摘要: 1.calcHist 计算一组数组的直方图。 C++: void calcHist(const Mat* images, int nimages, const int* channels, InputArray mask, OutputArray hist, int dims, const int* 阅读全文
posted @ 2020-11-22 04:28 vkkkkkkkkkk 阅读(488) 评论(0) 推荐(0)
摘要: 1.adaptiveThreshold 将自适应阈值应用于数组。 C++: void adaptiveThreshold(InputArray src, OutputArray dst, double maxValue, int adaptiveMethod, int thresholdType, 阅读全文
posted @ 2020-11-22 02:10 vkkkkkkkkkk 阅读(287) 评论(0) 推荐(0)