摘要: OpenCV提供了calcHist函数来计算图像直方图。 其中C++的函数原型如下:void calcHist(const Mat* arrays, int narrays, const int* channels, InputArray mask, OutputArrayhist, int dim 阅读全文
posted @ 2017-04-13 10:37 wyu123 阅读(9326) 评论(0) 推荐(1)