搜索资源列表
opencv-1.0.0.tar
- LINUX平台上开发基于图象的基本函数和常用算法
mask
- 本文主要讲讲怎样对Mat矩阵进行mask操作,其实也就是对Mat矩阵的滤波操作,俗称卷积,参考文献为opencv自带的tutiol及其code. 开发环境:ubuntu12.04+opencv2.4.2+Qt4.8.2+QtCreator2.5. 实验功能: 单击Open image按钮,手动选择所需滤波的原图片。 单击Setting按钮,弹出对话框,选择滤波所用的模式,这里有2种模式,分别为自己实现滤波功能和采用opencv自带的滤波函数filter2D实现。
add_img
- 本文主要讲的是怎样将2幅图片叠加,就像电影里面有时候出现的镜头一样,2幅图片可以按照不同比例重叠,当然这里主要是利用opencv自带的函数addWeighted().参考资料为opencv自带tutiol及其代码。 开发环境:ubuntu12.04+opencv2.4.2+Qt4.8.2+QtCreator2.5. 实验功能: 单击Open image1按钮,打开第1幅图片并在左边显示出来。 单击Open image2按钮,打开第2幅图片并在中间显示出来。
armAdaBoostface
- 基于arm和AdaBoost的人脸识别,有Qt做的界面,可以识别出来人脸,程序本身没错误,如无法运行,请查看是否有opencv库函数和安装有qt。-Qt interface to do arm and AdaBoost-based face recognition, face out people can identify no error in the program itself, If you are not able to run, to see if opencv library fu
makepiayer
- 一个播放器制作程序,用opencv编的,主要是界面操作和opencv的库函数的应用-A player making procedures
AdaptWin
- 通过opencv的函数读取和显示图像,图像数据转成二维数组进行自适应窗口的视差估计。算法根据黎洪松的《数字视频处理》中视差估计这章。-By opencv function to read and display images, the image data into a two-dimensional array of adaptive window disparity estimation. Algorithm based on Lihong Song " Digital Video
meanshifttrackcar
- 利用opencv函数编写meanshift算法手动提取特征跟踪单个车辆记录运动轨迹信息。-use the function in OpenCV to complete the car trajectory tracking based on meanshift algrithm
opencv image processing
- 本文件是适合图像处理初学者的要求,含有许多基本函数。(This document is suitable for beginners of image processing requirements, contains many basic functions)