opencv
ipatient
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
filterSpeckles函数的应用
Filters off small noise blobs (speckles) in the disparity map //用于过滤不同块的小斑点,可以在深度图中应用 C++: void filterSpeckles(InputOutputArray img, double newVal, int maxSpeckleSize, double maxDiff, InputOutputArra原创 2016-05-18 17:39:20 · 6304 阅读 · 0 评论 -
calcHist函数
转载自http://blog.youkuaiyun.com/sydnash/article/details/7451039 opencv提供了calcHist函数来计算图像直方图。其中C++的函数原型如下:void calcHist(const Mat* arrays, int narrays, const int* channels, InputArray mask, OutputArray hist, i转载 2016-05-18 17:48:43 · 719 阅读 · 0 评论
分享