摘要: 参见资料findcontours drawcontours 转http://blog.sina.com.cn/s/blog_7155fb1a0101a90h.html 阅读全文
posted @ 2013-12-17 11:29 Jason.yin 阅读(1290) 评论(0) 推荐(0) 编辑
摘要: 介绍了1、【方框滤波】 blur 2、【高斯滤波】GaussianBlur 3、非线性滤波 ( 中值滤波, -截尾均值滤波,定义域滤波 和值域滤波 )medianBlur 4、【双边滤波】bilateralFilter 阅读全文
posted @ 2013-12-16 17:33 Jason.yin 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 主要思想,遍历图片的所有像素,粗略计算像素点的值是否在设置的阀值内,再执行相应动作 阅读全文
posted @ 2013-12-14 23:35 Jason.yin 阅读(3480) 评论(0) 推荐(0) 编辑
摘要: MFC 的窗口创建 之于 WINAPI 的窗口创建和注册 阅读全文
posted @ 2013-12-09 16:16 Jason.yin 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 图像中添加图标 copyTo、addWeighted 阅读全文
posted @ 2013-12-08 20:12 Jason.yin 阅读(804) 评论(0) 推荐(0) 编辑
摘要: 像的叠加,add、addweighted、‘+’、vector、split、merge 阅读全文
posted @ 2013-12-08 18:24 Jason.yin 阅读(4662) 评论(0) 推荐(0) 编辑
摘要: 图像锐化,row()、col()、create、setTo、filter2D() 阅读全文
posted @ 2013-12-07 17:31 Jason.yin 阅读(1839) 评论(0) 推荐(0) 编辑
摘要: 图像像素的衰减和ptr,iterator的使用,opencv2.4.6 阅读全文
posted @ 2013-12-06 17:51 Jason.yin 阅读(622) 评论(0) 推荐(0) 编辑
摘要: 图像的载入和垂直水平翻转, QtCreator opencv V2.46 阅读全文
posted @ 2013-12-05 19:18 Jason.yin 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 转网址http://blog.csdn.net/tmljs1988/article/details/6081132 阅读全文
posted @ 2013-12-05 16:57 Jason.yin 阅读(265) 评论(0) 推荐(0) 编辑