摘要: 代码为转载,出处找不到了,不贴了工具条进度条:// ConvertColor.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #include #pragma comment(lib,"opencv_core2410d.lib")... 阅读全文
posted @ 2014-12-19 22:22 wangyaning 阅读(805) 评论(0) 推荐(0) 编辑
摘要: 图像边缘检测--OpenCV之cvCanny函数 分类: C/C++ void cvCanny( const CvArr* image, CvArr* edges, double threshold1, double threshold2, int aperture_size=3 ); image单通道输入图像.edges单通道存储边缘的输出图像threshold1第一个阈值threshol... 阅读全文
posted @ 2014-12-19 20:32 wangyaning 阅读(602) 评论(0) 推荐(0) 编辑