码迷,mamicode.com
首页 >  
搜索关键字:highgui    ( 260个结果
OpenCV——PS滤镜之 波浪效果 wave
// define head function #ifndef PS_ALGORITHM_H_INCLUDED #define PS_ALGORITHM_H_INCLUDED #include #include #include "cv.h" #include "highgui.h" #include "cxmat.hpp" #include "cxcore.hpp" #include "m...
分类:其他好文   时间:2016-02-23 11:33:10    阅读次数:243
OpenCV——PS滤镜算法之Spherize 球面化(凸出效果)
// define head function #ifndef PS_ALGORITHM_H_INCLUDED #define PS_ALGORITHM_H_INCLUDED #include #include #include "cv.h" #include "highgui.h" #include "cxmat.hpp" #include "cxcore.hpp" #include "m...
分类:编程语言   时间:2016-02-19 17:20:54    阅读次数:234
OpenCV——Skewing
// define head function #ifndef PS_ALGORITHM_H_INCLUDED #define PS_ALGORITHM_H_INCLUDED #include #include #include "cv.h" #include "highgui.h" #include "cxmat.hpp" #include "cxcore.hpp" #include "m...
分类:Windows程序   时间:2016-02-19 17:20:01    阅读次数:352
OpenCV——PS滤镜算法之 球面化 (凹陷效果)
// define head function #ifndef PS_ALGORITHM_H_INCLUDED #define PS_ALGORITHM_H_INCLUDED #include #include #include "cv.h" #include "highgui.h" #include "cxmat.hpp" #include "cxcore.hpp" #include "m...
分类:编程语言   时间:2016-02-19 17:18:05    阅读次数:255
HighGUI 图形用户界面
参考 自opencv3编程入门一书 图形用户界面主要内容包括图像载入,显示和输出到文件 在opencv1.0时代 图像的存储结构体都是IplImage × 在2.0以后,采用Mat 类作为图像存储的数据结构 1,Mat类 默认情况下大小是0 也可以指定大小,Mat(200,600,Scalar::a
分类:其他好文   时间:2016-02-15 22:44:00    阅读次数:276
mat遍历像素并显示
// t1.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include "iostream"#include "cv.h"#include "highgui.h"#include "opencv2/opencv.hpp"using namespace std;...
分类:其他好文   时间:2015-12-24 23:49:23    阅读次数:325
opencv图片加载与显示
vs2010+opencv2.40用cvnamewindows等函数做的。#include "iostream"#include "cv.h"#include "highgui.h"using namespace std;int _tmain(int argc, _TCHAR* argv[]){ ....
分类:其他好文   时间:2015-12-24 00:30:01    阅读次数:299
OpenCv高斯,中值,均值,双边滤波
#include "cv.h"#include "highgui.h"#include using namespace std;using namespace cv;int main(int argc, char* argv[]){ Mat src = imread("misaka.j...
分类:其他好文   时间:2015-12-17 16:06:40    阅读次数:202
[学习OpenCV攻略][011][显示图片]
学习资料:http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/tutorials.html包含头文件core.hpp:包含了基本的定义和库highgui.hpp:包含了基本的输入输出操作#include #include 创建一个矩...
分类:其他好文   时间:2015-12-08 10:06:45    阅读次数:159
双目视觉标定程序讲解
#include "opencv2/calib3d/calib3d.hpp" #include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" #include #include #include #inclu...
分类:其他好文   时间:2015-12-02 18:22:09    阅读次数:1946
260条   上一页 1 ... 10 11 12 13 14 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!