#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4, img5, img6, img_result, img_gray1 ...
分类:
其他好文 时间:
2018-10-04 09:35:19
阅读次数:
178
#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4, img_result, img_gray1, img_gray2, ...
分类:
其他好文 时间:
2018-10-02 22:31:14
阅读次数:
218
#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4,img_result, img_gray1, img_gray2, ...
分类:
其他好文 时间:
2018-10-02 20:35:31
阅读次数:
621
#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4, img_result, img_gray1, img_gray2, ...
分类:
其他好文 时间:
2018-10-02 20:24:02
阅读次数:
186
#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img_gray, map_x, map_y; char win1[] = " ...
分类:
其他好文 时间:
2018-10-02 17:57:58
阅读次数:
221
#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img_gray, kernel_x, kernel_y; char win1 ...
分类:
其他好文 时间:
2018-10-01 21:06:09
阅读次数:
199
#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; //Robert算子int Demo_Robert(){ char win1[] = "window1"; char wi ...
分类:
其他好文 时间:
2018-10-01 17:53:51
阅读次数:
326
#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; //均值滤波模糊处理int demo_blur(){ char win1[] = "window1"; char win2 ...
分类:
其他好文 时间:
2018-09-30 21:52:13
阅读次数:
210
opencv视频:http://www.opencv.org.cn/forum.php?mod=viewthread&tid=259029 基于opencv2实现证件照换背景(从蓝色到红色):http://blog.csdn.net/jiang111_111shan/article/details/ ...
分类:
其他好文 时间:
2018-09-29 13:06:47
阅读次数:
228
1 #include<opencv2/opencv.hpp> 2 #include<iostream> 3 4 using namespace std; 5 using namespace cv; 6 7 int main() 8 { 9 Mat image(600, 600, CV_8UC3); ...
分类:
其他好文 时间:
2018-09-28 20:33:59
阅读次数:
293