摘要: 1 #include <opencv2/highgui/highgui.hpp> 2 #include <opencv2/core/core.hpp> 3 #include <vector> 4 #include <iostream> 5 #include <opencv2/imgproc/imgp 阅读全文
posted @ 2016-08-19 20:02 Henry2017 阅读(414) 评论(0) 推荐(0) 编辑
摘要: /* * 代码功能:手动选定初始边缘,使用cvSnakeImage算法迭代寻优 * 修改:jink2005 2009-11-18 * 论坛:http://www.aiseminar.cn/bbs */ #include "cv.h" #include "highgui.h" #include <io 阅读全文
posted @ 2016-08-19 19:59 Henry2017 阅读(882) 评论(0) 推荐(0) 编辑
摘要: 基于OpenCv 2.4.6 1 #include "highgui.h" 2 3 //#include "features2d/features2d.hpp"// 4 #include <opencv2/nonfree/features2d.hpp> 5 #include<opencv2/lega 阅读全文
posted @ 2016-08-19 10:41 Henry2017 阅读(821) 评论(0) 推荐(0) 编辑