码迷,mamicode.com
首页 >  
搜索关键字:highgui    ( 260个结果
任意n张图像拼接_效果很好_计算机视觉大作业1终版
#include #include #include #include "opencv2/opencv_modules.hpp" #include "opencv2/highgui/highgui.hpp" #include "opencv2/stitching/detail/autocalib.hpp" #include "opencv2/stitching/detail/blenders...
分类:其他好文   时间:2014-12-16 17:16:17    阅读次数:603
OpenCV实现仿射变换
什么是仿射变换?¶ 一个任意的仿射变换都能表示为 乘以一个矩阵 (线性变换) 接着再 加上一个向量 (平移). 综上所述, 我们能够用仿射变换来表示: 旋转 (线性变换)平移 (向量加)缩放操作 (线性变换) 你现在可以知道, 事实上, 仿射变换代表的是两幅图之间的 关系 .       #include "opencv2/highgui/hig...
分类:其他好文   时间:2014-12-15 15:26:45    阅读次数:139
opencv2实现n张图像拼接_stitcher具体之代码2(简化版)_计算机视觉大作业2
#include #include #include #include "opencv2/opencv_modules.hpp" #include "opencv2/highgui/highgui.hpp" #include "opencv2/stitching/detail/autocalib.hpp" #include "opencv2/stitching/detail/blenders...
分类:其他好文   时间:2014-12-13 18:04:42    阅读次数:265
opencv2实现n张图像拼接_stitcher具体之代码1
#include #include #include #include "opencv2/opencv_modules.hpp" #include "opencv2/highgui/highgui.hpp" #include "opencv2/stitching/detail/autocalib.hpp" #include "opencv2/stitching/detail/blenders...
分类:其他好文   时间:2014-12-13 09:41:33    阅读次数:395
OpenCV——老照片效果
// 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" using name...
分类:其他好文   时间:2014-12-11 17:32:19    阅读次数:591
opencv2获取计算机摄像头并显示
成功运行 #include "opencv2/highgui/highgui.hpp" #include #include #include using namespace cv; using namespace std;  int main (int argc, const char * argv[]) {     cvNamedWindow("ccav", ...
分类:其他好文   时间:2014-12-11 14:04:14    阅读次数:161
搭建Qt界面的OpenCV开发环境
来源:http://blog.csdn.net/xiahouzuoxin/article/details/41692891OpenCV包含了大量的机器视觉处理算法,虽然也提供了highgui的界面功能,但实在有限(也就是一个窗口,加一些使用像素进行绘图的方法),与用户交互相关的功能极少(比如有Tra...
分类:其他好文   时间:2014-12-09 17:33:37    阅读次数:324
win7系统下使用openCV调用摄像头问题
鄙人今日尝试使用openCV调用摄像头做图片中圆的圆心位置检测时,意外发现程序能成功调用笔记的集成摄像头,但却无法调用外接的USB摄像头。(使用的为OpenCV1.0 +VC6.0)使用程序如下:#include"cv.h"#include"highgui.h"#include"cvcam.h"#i...
分类:Windows程序   时间:2014-12-08 20:56:04    阅读次数:548
OpenCV LIBTIFF_4.0 link errors
以前用Caffe用的好好的,今天重装后居然报了很多这样的错误/usr/lib/libopencv_highgui.so.2.4: undefined reference to TIFFRGBAImageOK@LIBTIFF_4.0' 1> /usr/lib/libopencv_highgui.so....
分类:其他好文   时间:2014-12-03 21:06:58    阅读次数:222
搭建Qt界面的OpenCV开发环境
OpenCV包含了大量的机器视觉处理算法,虽然也提供了highgui的界面功能,但实在有限(也就是一个窗口,加一些使用像素进行绘图的方法),与用户交互相关的功能极少(比如有Trackbar),貌似连个可视化的用户接口的button也没见过,而Qt正好能弥补OpenCV在这些方面的不足:通过OpenCV完成底层算法,用Qt完成上层的应用接口,哇咔,这不是完美组合么!本文原来的初衷是想通过Qt开发来实...
分类:其他好文   时间:2014-12-03 10:35:29    阅读次数:206
260条   上一页 1 ... 17 18 19 20 21 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!