码迷,mamicode.com
首页 >  
搜索关键字:opencv2    ( 749个结果
Opencv Harris角点检测
#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
Opencv 图像矩
#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
Opencv Match Template(轮廓匹配)
#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
Opencv Convex Hull (凸包)
#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
Opencv 图片直方图
#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
Opencv Canny
#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
Opencv3 Robert算子 Sobel算子 拉普拉斯算子 自定义卷积核——实现渐进模糊
#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
opencv3 图片模糊操作-均值滤波 高斯滤波 中值滤波 双边滤波
#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博文收藏列表
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
包围轮廓的矩形边界 opencv
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
749条   上一页 1 ... 11 12 13 14 15 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!