码迷,mamicode.com
首页 >  
搜索关键字:opencv2    ( 749个结果
【opencv基础】linux系统卸载opencv
找到opencv某个版本的源码文件,进入build目录; 之后再删除源码目录即可; ...
分类:系统相关   时间:2018-11-12 13:53:12    阅读次数:253
centos6安装opencv2
环境 centos6.5 opencv3.4.3 python3.6.7 下载 opencv可从GitHub下载https://github.com/opencv/opencv/tree/2.4可自行选择版本 安装opencv 安装依赖包yum install cmake gcc-c++ git l ...
分类:其他好文   时间:2018-11-01 01:05:56    阅读次数:145
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
windows10下VS2013搭建opencv2.4.9吐血之作
1、下载opencv2.4.9.exe文件,然后双击extract文件到指定目录 2、按此链接安装opencv:https://www.cnblogs.com/cuteshongshong/p/4057193.html (注意:在配置系统path环境变量后要重启计算机才能生效) 3、配置完2后,我遇 ...
分类:Windows程序   时间:2018-10-20 12:52:29    阅读次数:264
Opencv轮廓计数(学习)
#include <iostream>#include <opencv2/opencv.hpp>#include <opencv2/xfeatures2d.hpp> using namespace std;using namespace cv;using namespace cv::xfeature ...
分类:其他好文   时间:2018-10-12 23:48:02    阅读次数:311
Visual Studio中C++工程的环境配置方法
在Visual Studio的C++工程设置 1、添加工程的头文件目录:工程 属性 配置属性 c/c++ 常规 附加包含目录。 2、添加文件引用的lib静态库路径:工程 属性 配置属性 链接器 常规 附加库目录。 3、添加工程引用的lib文件名:工程 属性 配置属性 链接器 输入 附加依赖项 4、添 ...
分类:编程语言   时间:2018-10-09 18:12:59    阅读次数:202
opencv——对象计数
思路: 1、通过形态学操作、阈值处理、距离变换等方法,使得各个轮廓分开 2、计算轮廓数量 #include <opencv2/opencv.hpp>#include <iostream>#include <math.h>using namespace cv;using namespace std;i ...
分类:其他好文   时间:2018-10-07 16:42:49    阅读次数:294
Opencv normalize
#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 15:21:06    阅读次数:177
Opencv 分水岭分割图片
#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 10:24:35    阅读次数:187
749条   上一页 1 ... 10 11 12 13 14 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!