码迷,mamicode.com
首页 >  
搜索关键字:highgui    ( 260个结果
OpenCV3 Ref SVM : cv::ml::SVM Class Reference
OpenCV3 Ref SVM : cv::ml::SVM Class Reference OpenCV2: #include <opencv2/core/core.hpp>#include <opencv2/highgui/highgui.hpp>#include <opencv2/ml/ml.h ...
分类:其他好文   时间:2018-10-27 21:46:51    阅读次数:316
FlannBasedMatcher 立体匹配
#include "opencv2/core/core.hpp" #include "opencv2/features2d/features2d.hpp" #include "opencv2/highgui/highgui.hpp" #include #include #include using ... ...
分类:其他好文   时间:2018-10-27 00:04:19    阅读次数:239
vs2015 + opencv3.4.0 + qt msvc2015_64-5.7.1 视屏显示
1、qt application 2、qtvideoread.cpp中代码为: #include "qtvideoread.h"#include <opencv2/core/core.hpp>#include <opencv2/highgui/highgui.hpp>#include "opencv ...
分类:其他好文   时间:2018-09-20 18:02:14    阅读次数:373
(4)
#include "MvCameraControl.h"#include <stdio.h>#include <Windows.h>#include <opencv2\opencv.hpp>#include <opencv2\highgui\highgui.hpp>#include <opencv2 ...
分类:其他好文   时间:2018-08-23 00:31:28    阅读次数:265
3.5 其他常见的灰度变换技术
1 ////////https://blog.csdn.net/uestc_c2_403/article/details/72814206 2 #include "opencv2/highgui/highgui.hpp" 3 #include "opencv2/imgproc/imgproc.hpp ...
分类:其他好文   时间:2018-08-16 21:03:03    阅读次数:156
3.1.3自适应阈值化
////Source Code:https://blog.csdn.net/gone_huilin/article/details/53222764 #include "opencv2/imgproc/imgproc.hpp" #include "opencv2/highgui/highgui.hp... ...
分类:其他好文   时间:2018-08-13 14:12:12    阅读次数:207
3.1.2固定阈值化
1 ////Source Code:https://blog.csdn.net/gone_huilin/article/details/53222752 2 #include "opencv2/imgproc/imgproc.hpp" 3 #include "opencv2/highgui/high... ...
分类:其他好文   时间:2018-08-13 12:10:35    阅读次数:147
Facedetect
``` include "opencv2/objdetect.hpp" include "opencv2/highgui.hpp" include "opencv2/imgproc.hpp" include using namespace std; using namespace cv; stati ...
分类:其他好文   时间:2018-07-22 13:59:08    阅读次数:164
双目测距demo
1 #include <iostream> 2 #include <opencv2/core/core.hpp> 3 #include <opencv2/features2d/features2d.hpp> 4 #include <opencv2/highgui/highgui.hpp> 5 6 u ...
分类:其他好文   时间:2018-05-26 00:02:08    阅读次数:674
Projects\image_match3图像特征匹配调试记录
#include "opencv2/core/core.hpp" #include "highgui.h" #include "opencv2/imgproc/imgproc.hpp" #include "opencv2/features2d/features2d.hpp" #include "op ...
分类:其他好文   时间:2018-03-30 18:26:17    阅读次数:174
260条   上一页 1 2 3 4 5 6 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!