搜索资源列表
opencv的常用dll文件、include头文件、lib库文件
- opencv的常用dll文件、include头文件、lib库文件,做opencv相关编程的时候需要。-opencv common dll files, include header files, lib library files, do opencv-related programming time required.
Hand-Detect 手势识别,使用OpenCV的haar 分类器
- 手势识别,使用OpenCV的haar 分类器。训练因为对各个环境不同,请大家自己下载或者自己训练样本。-Hand Recognition and Tracking using OpenCV. It uses Haar Classifier. Because Haar features are different, I did not include the .xml file, please download it online or train it yourself.
OpencvExampleSourceCode
- Opencv实例源代码,包括数字图像处理,视频跟踪算法和模式识别算法的源代码-Opencv Example Source Code, that include haarcascade, blobtrack,delaunay and so on.
MyOpenCV
- opencv 图像处理 包括人脸识别 并且和c#结合一起使用 做了一个界面 形成软件-opencv image processing include face recognition, and combined with the use of c# do a formed at the interface software
Opencv
- OpenCV是Intel公司支持的开源计算机视觉库。此为学习OpenCV的全面资料,里面包括学习opencv的的学习资料-OpenCV is the Intel Corporation to support the open source computer vision library. This is the Learning OpenCV comprehensive information, which include learning opencv of the learning mate
ConsoleCV
- 在韩国用的OpenCV的一个c 代码。基本的功能都有。从基本的图像打开及显示,一般的算法应用,Tracker,还有摄像头采集等。-This is a C code for Opencv which i learen in korea. it is very simaple and useful for learning Opencv. it include image open and view, algrithm app, Tracker, camera capture.
include
- opencv-2.0.0 dll include in window mobile
include
- opencv-2.0.0 includefile in iphone
demo
- 一个基于图像理的程序,运用MFC实现了基本的图像操作,包含图像打开,浏览等。还可以对图像进行处理,包括以下模糊处理,平滑处理等,还可以对图像进行配准。-An image-based management procedures, the use of MFC to achieve the basic image manipulation, including image open, browsing. Image processing can also include the following
OpenCV
- 关于opencv的ppt简介,对初学opencv的学员有很大帮助。还包括各种必备软件下载链接。-Opencv' s ppt on introduction to the beginner students opencv great help. Also include the necessary software download link.
Include-Directories
- here file is to describe how to set up OpenCV 1.1 for visual studio 2010.
display_picture_blur
- 包含常见的图像平滑操作,如高斯模糊,中值滤波等-Common images include smooth operation, such as Gaussian blur, median filter, etc.
SIFT
- 是网上流行的那个标准的sift的代码,但是我自己看代码时加了详细的注解,相信对理解SIFT算法很有帮助-this is a standard sift code but this include some note.Hope this coule help to study sift
cvcam
- 这是摄像头视屏获取,并进行边缘检测,最后输出的程序。运行天南地北是VC6.0,和OpenCV1.0,需设置OpenCV的包含路径。-This is the camera Screen obtain, and edge detection, the final output of the program. Run far apart VC6.0, and OpenCV1.0, and need to set OpenCV include path.
sourcecode
- OpenCV教程 一书的每章每节的源码,有助于更好的理解这本书。学习起来更有效率。-The book of OpenCV Learning ,include all the source code of this book. It is good for learning this book.
include
- 基于opencv的use摄像头视频采集程序-Based on the opencv use camera video capture program
include
- 基于opencv的两个摄像头数据采集.实现功能:同时采集两路USB摄像头数据,并显示,具有图片保存功能(点击左键保存图片,并暂停视频;右键继续视频)。-Opencv-based data acquisition of two cameras. Functions: simultaneous acquisition of two-way USB camera data, and save the picture (click the left mouse button to save the im
include
- 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测-Video stream from the camera or AVI file, the video stream edge detection
include
- 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)-Morphological operations on the image (the image of the opening and shutting, corrosion and dilation)
include
- 用不同的核进行图像的二维滤波 函数cvSmooth实现各种方法的图形平滑。 一般来说,图像平滑主要是为了消除噪声。图像的常见噪声主要有加性噪声、乘性噪声和量化噪声等。由于图像的能量主要集在低频部分,而噪声所在频段主要在高频段,因此通常都是采用低通滤波的方法消除噪声。 函数cvFilter2D对图像做卷积运算。 对图像进行线性滤波,支持替换方式操作。当核运算部份超出输入图像时,边界外面的像素值等于离它最近的图像像素值。 -Graph smoothing function of