摘要: http://blog.sina.com.cn/s/blog_534497fd01015k7z.htmlopencv中常见的与图像操作有关的数据容器有Mat,cvMat和IplImage,这三种类型都可以代表和显示图像,但是,Mat类型侧重于计算,数学性较高,openCV对Mat类型的计算也进行了优... 阅读全文
posted @ 2015-01-28 18:36 mobileliker 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 转载来源:http://blog.csdn.net/superdont/article/details/24933597在程序中使用:1 findContours(grayImage, contours, hierarchy, CV_RETR_EXTERNAL, CV_CHAIN_APPROX_SI... 阅读全文
posted @ 2015-01-28 18:12 mobileliker 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 1 vector str_vector; 2 CFileFind finder; 3 CString filepathname; 4 CString str_file =_T(“F:\\TDDOWNLOAD"); 5 BOOL YesNo=finder.FindFile(str_file+_T(... 阅读全文
posted @ 2015-01-28 14:54 mobileliker 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1 m_path = strFolderPath;2 UpdateData(FALSE); 阅读全文
posted @ 2015-01-28 14:17 mobileliker 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 转载链接:http://blog.csdn.net/dpsying/article/details/174584011,目的提供一个对话框供用户选择一个文件夹路径。2,原理&实现先贴上这个工具类的源码:在你的程序中使用静态方法 CSelectFolderDlg::Show() 就能显示一个选择文件夹... 阅读全文
posted @ 2015-01-28 14:12 mobileliker 阅读(422) 评论(0) 推荐(0) 编辑