搜索资源列表
GeoMatch_src
- 基于边沿信息的几何模板匹配 fdfd df -edge base template match
RegionGrew
- 基于opencv的图像区域增长算法,用c++编写的,希望对大家有帮助-region grew algrithm base on opencv,coding by C++, hope it helps
CamFromAVI
- 在VC++环境下,利用OpenCV现有的函数针对DIVX格式的视频进行播e放,播放过程中按动Grab键可以获取当时那一帧图片-Play the camero by OpenCV which base on VC++,you can get a image if you push the "Grab" during the process.
Tracking21-10-2010
- Some code for tracking color object base on opencv library
cvcam
- 本程序基于OpenCV,利用摄像头可录下连续的图片帧。-This application base on openCV and it can record the continuous frame.
Harris
- 基于Opencv和C++, 使用harris算法, 对输入视频,提取亚像素级角点的个数和坐标。-base on Opencv and C++, using Harris algorithm, output the subpixel corners number and coordinate of video.
KALMANPARTICLE
- 基于 Kalman Filter和 Particle Filter的 目标跟踪 脸部跟踪 object tracking c++程序 源码。 -C++ face tracking program code base on Kalman Filter and Particle Filter
OpenCV-base
- OpenCV提供的视觉处理算法非常丰富,并且它部分以C语言编写,加上其开源的特性,处理得当,不需要添加新的外部支持也可以完整的编译链接生成执行程序,所以很多人用它来做算法的移植,OpenCV的代码经过适当改写可以正常的运行在DSP系统和单片机系统中,目前这种移植在大学中经常作为相关专业本科生毕业设计或者研究生课题的选题。-OpenCV vision processing algorithms provide very rich, and it part of the C language, w
FaceDetection04
- 基于opencv的人脸检测和跟踪的基础程序-the program base on opencv for facedetection and tracking
Emotion-Det
- This code detect face emotion from image. First, it takes an image, then detect the face using skin color segmentation.. Then it separates the eyes & lip from the face. Then it draws bezier curve for eyes & lips and compares them that are stored in t
read-load-And-show
- 使用C++和计算机视觉开源代码库OpenCv编写的图片读取函数,程序简单。-Open source code base OpenCv C++ and computer vision to write the function of reading picture, the program is simple.
VideoDetect
- 基于OpenCV的简易目标检测跟踪程序,能够实现对每帧视频的连续编号截图,可以实现键盘对视频播放的控制,能对每一视频帧生成包含运动目标区域的前景图像,采用某种策略实现对运动目标的跟踪,并用矩形框+编号将运动目标标出。-A simple target detection program base on OpenCV , which can numbered consecutively for each frame of video screenshots, keyboard control the
CamImag_baidu
- opencv244+vs2010摄像程序,基于MAT结构,带取景框,存盘功能-opencv244+vs2010 camera shooting program, base in MAT structure
mousedrawcsj
- 基opencv的鼠标控制进行相关的绘图操作-base opencv to draw pictures
base-opencv
- 针对opencv入门者提供的基础问题的代码 以及在此基础上的进一步拓展-aimed to help the new learner
mysobel
- 基于OpenCV2.x,利用sobel算子提取轮廓图-Base on OpenCV2.x, sobel operator to extract contours
Iris-Segmentation
- 使用hough变换等实现瞳孔的检测,详细的介绍见博客http://blog.csdn.net/computerme/article/details/411217-Iris segmentation base on Hough transform and other technics.
HelloOpenCV
- HelloOpenCV,OpenCV库测试代码,基于OpenCV2.4.10库,需要将属性表的包含路径和库路径改到自己OpenCV的目录-HelloOpenCV, OpenCV lib testing code. Base on OpenCV 2.4.10, you will need to change the path into your OpenCV install path.
69_findContours
- 程序描述:基于2.4.4;功能:基础轮廓查找——findContours+drawContours;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010。-Program descr iption: Based on 2.4.4 Function: base profile Find findContours+drawContours development and testing of the operating system
Vision_Line_Follower_robot
- Computer Vision Line follower robot base on OpenCV Image Processing Library in visual studio by C++ .