
【3】专项_opencv图像处理
文章平均质量分 78
ahuang1900
记录计算机应用的点点滴滴
展开
-
opencv中连通区域分析
opencv版本:1.0部分函数接受:原创 2014-04-19 19:13:20 · 1329 阅读 · 0 评论 -
OpenCV绘图总结
有的时候为了是图像的效果可以原创 2014-05-09 08:44:14 · 895 阅读 · 0 评论 -
opencv中的图像亮度变换(图像增强)
项目中遇到了图像对比度不强的图像,yu原创 2014-05-11 00:57:33 · 8485 阅读 · 0 评论 -
opencv图像差分+otsu方法
最近项目中用到图像差分的东原创 2014-04-26 10:16:04 · 2884 阅读 · 0 评论 -
opencv形态学-腐蚀和膨胀
在上一篇文章中,我使用原创 2014-04-26 11:53:12 · 1366 阅读 · 0 评论 -
opencv中的椭圆拟合
参考:http://blog.sina.com.cn/s/blog_662c785901011i7z.html原创 2014-01-21 12:09:16 · 20673 阅读 · 2 评论 -
opencv中阈值函数处理
函数://! applies fixed threshold to the imagedouble threshold( InputArray src, OutputArray dst, double thresh, double maxval, int type );原创 2014-04-19 18:37:01 · 792 阅读 · 0 评论 -
opencv中的Mat类型的相关概念
1.矩阵元素类型原创 2014-04-27 10:31:02 · 1279 阅读 · 0 评论