摘要: #include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4, img_result, img_gray1, img_gray2, 阅读全文
posted @ 2018-10-02 19:50 西北逍遥 阅读(196) 评论(0) 推荐(0) 编辑
摘要: #include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4, img_result, img_gray1, img_gray2, 阅读全文
posted @ 2018-10-02 16:47 西北逍遥 阅读(776) 评论(0) 推荐(0) 编辑
摘要: vector<vector<Point>> vec_p; vector<Vec4i> vec_4f; findContours(img_canny1, vec_p, vec_4f,RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0)); drawContours(i 阅读全文
posted @ 2018-10-02 16:25 西北逍遥 阅读(2714) 评论(0) 推荐(0) 编辑
摘要: #include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4,img_result, img_gray1, img_gray2, 阅读全文
posted @ 2018-10-02 16:00 西北逍遥 阅读(3704) 评论(0) 推荐(0) 编辑
摘要: #include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img_result, img_gray1, img_gray2, img_g 阅读全文
posted @ 2018-10-02 15:18 西北逍遥 阅读(206) 评论(0) 推荐(0) 编辑
摘要: #include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img_gray, map_x, map_y; char win1[] = " 阅读全文
posted @ 2018-10-02 13:49 西北逍遥 阅读(295) 评论(0) 推荐(0) 编辑