码迷,mamicode.com
首页 >  
搜索关键字:highgui    ( 260个结果
OpenCV打开摄像头失败
<span style="font-family: Arial, Helvetica, sans-serif;">#include <stdio.h></span> #include <cv.h> #include <cxcore.h> #include <highgui.h> int main( ...
分类:其他好文   时间:2017-05-21 13:44:47    阅读次数:288
opencv对鼠标的响应
#include <cv.h> #include <highgui.h> #include <stdio.h> #pragma comment(lib,"C:\\Program Files\\OpenCV1.0\\lib\\cv.lib") #pragma comment(lib,"C:\\Prog ...
分类:其他好文   时间:2017-05-10 20:32:45    阅读次数:247
Controller//控制器
#include<opencv2\core\core.hpp> #include<opencv2\imgproc\imgproc.hpp> #include<opencv2\highgui\highgui.hpp> #include<iostream> using namespace std; us ...
分类:其他好文   时间:2017-05-03 13:05:01    阅读次数:121
opencv初学习-椒盐噪声-中值滤波-均值滤波-腐蚀膨胀
#include <opencv2\opencv.hpp>#include <opencv2\highgui\highgui.hpp>#include <opencv2\imgcodecs\imgcodecs.hpp>#include<iostream>#include<vector>#includ ...
分类:其他好文   时间:2017-04-29 18:44:09    阅读次数:302
opencv VideoCapture.read()读取错误
错误详情: OpenCV Error: Assertion failed (size.width>0 && size.height>0) in cv::imshow, file ..\..\..\..\opencv\modules\highgui\src\window.cpp, line 261 源 ...
分类:其他好文   时间:2017-04-29 09:50:28    阅读次数:538
opencv3.2.0 Cmake 3.8.0 编译问题
opencv3.2.0 Cmake 3.8.0 TDM-GCC 5.1.0 Windows 7 遇到如下错误 在modules/highgui/src/precomp.hpp文件里面删除以下加粗加黑的内容 然后在modules/highgui/src/window_w32.cpp文件里面添加一下加粗 ...
分类:其他好文   时间:2017-04-13 19:10:02    阅读次数:2889
Opencv 3.2.0 模块简介
1.core The Core Functionality.包含核心数据结构及函数功能的定义 2.imgproc Image Processing 3.imgcodecs Image file reading and writing 4.videoio Media I/O 5.highgui Hig ...
分类:其他好文   时间:2017-04-07 16:58:08    阅读次数:461
深度学习caffe测试代码
#include <caffe/caffe.hpp> #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <io ...
分类:其他好文   时间:2017-04-06 21:16:18    阅读次数:714
OpenCv结构和内容
OpenCv的结构和内容 OpenCv源码组成结构其中包括cv, cvauex, cxcore, highgui, ml这5个模块 CV:图像处理和视觉算法 MLL:统计分类器 HighGui:GUI,图像和视频输入输出 CVCORE:包含Opencv的一些基本结构和相关函数 CVAUEX:该模块一 ...
分类:其他好文   时间:2017-04-06 15:45:52    阅读次数:196
识别深色浅色
#include "stdafx.h"#include<iostream> #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include<vector>using namespace std;usin ...
分类:其他好文   时间:2017-03-30 00:20:41    阅读次数:148
260条   上一页 1 ... 5 6 7 8 9 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!