搜索资源列表
facedetect
- 人脸检测,的程序计算机视觉,opencv-face detection code example computer vision
VIS
- 该源码是关于运动对象跟踪的算法,主要实现了高斯背景建模,全局运动补偿(SIFT特征和RANSAC算法),运动对象检测,对象跟踪算法(Mean Shift,Particle Filter等),对象特征提取(轨迹,大小,起止帧等),同时,程序基于VC2008+OpenCV开发,实现了对话框式的程序界面,效率高。-This is a source about motion object tracking, including foreground modeling,object detection,o
kalmandlg
- 采用卡尔曼滤波进行背景建模再作差分的方法的车辆检测程序,用到了opencv库-Kalman filter for background modeling method further differential vehicle testing procedures, use the opencv library
hartigansSLC_OpenCV
- hartigans Sequential Leader Clustering Algorithm in terms of OpenCV (ver.1.1) Sequential Leader algorithm: Hartigan, J. A. (1975), Clustering Algorithms. John Wiley and Sons, Inc., New York, NY. 1. Select maximum cluster "radius" 2
Proj3-Talk
- some code for opencv in matlab
MeanShiftByBumblebee_090109
- it is implemented meanshift using opencv.
faceandlips
- opencv用来检测唇部和人脸,并且在图像窗口中添加一个新的矩形窗口-lips and face detects
fractalcompression
- 基于Opencv和MFC的分形图像压缩实现程序,Opencv用于读取图像,可以用其他库代替-fractal compression with Opencv and MFC
MMM
- 汽车的智能监控基于OPENCV与C++编程技术,重要的代码-Intelligent control car Source Based OPENCV
cannyedge
- this canny edge detection code using opencv-this is canny edge detection code using opencv
filtfilt
- C++ version (OpenCV) of the Matlab built-in function filtfilt.m.
accumarray
- C++ version (OpenCV) of the Matlab built-in functions accumarray.m and gradient.m
TrackingAlgorithm
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子-CAMSHIFT algorithm using fast-track and detect moving targets C/C++ source code, OPENCV BETA 4.0 version of the SAMPLE in this example is given
FaceDetection_MATLAB_Call_OpenCV
- 本程序在MATLAB中调用了OpenCV的AdaBoost检测器实现了人脸检测,还可用来学习MATLAB中调用C/C++代码的方法,研究人脸识别和希望熟悉MATLAB的同志们不妨试一试。-This procedure is called in MATLAB, OpenCV the AdaBoost detector implemented face detection, can also be used to learn MATLAB to call C/C++ code used to stu
openCV-program
- 人脸识别特指利用分析比较人脸视觉特征信息进行身份鉴别的计算机技术。人脸识别是一项热门的计算机技术研究领域,它属于生物特征识别技术,是对生物体(一般特指人)本身的生物特征来区分生物体个体。 -learning on opencv a book supporting source, can be used as learning opencv reference for the beginner, want to learn computer help visual learners
opencv
- 基于openCV的手势识别。用于KINECT的简单手势识别。-OpenCV-based gesture recognition
learn-opencv
- 学习opencv的第三章课后答案,希望供大家参考啊-After-school answer of the third chapter of the learning opencv
OpenCV
- opencv的学习资料,有非常详细的说明,内容完整,很久才找到-opencv learning materials, a very detailed descr iption of the contents of a complete, long time to find
image-classification-opencv
- image classifiers opencv c-image classifiers opencv c++
利用遗传算法进行阈值分割
- 基于OpenCV和VC6.0的阈值分割 含Otsu法,一维交叉熵值法 ,二维OTSU法