搜索资源列表
opencv-人脸识别
- opencv是c语言编写的图像和视频处理的函数库,这个程序利用vc平台,调用opencv的人脸识别函数-openve is a library for image and video in c,this programe is developed on VC, call face recognition function of opencv.
corner_detect
- 原创的角点检测程序,使用 VC++ 编写,通过调用 Intel 的 OpenCV 库实现。-original corner detection, the use of VC prepared by calling Intel's OpenCV library implementation.
face_dog
- 一个人脸检测演示程序,需要opencv库
hardyfish
- 基于opencv库的联机手写大写英文字母识别的源码。利用了联机手写的笔画数目,笔画轨迹做为特征量进行识别。
detect
- 简单的人物脸部特征检测,采用OPENCV库
vision
- 本程序实现了基于质心法的目标跟踪,由于算法比较简单,因此背景颜色必须简单,最好是纯白色的。本程序先经过对视频图像的灰度化,二值化等一些图像处理,然后找出质心。程序中用到了Opencv库函数
opencv 车牌识别
- opencv函数库,车票识别,比较好的例子 对模式识别是个好的入门
blobtracking
- 基于opencv的blob-tracking 代码。基于cvBlob库开发。作者:刘嘉焜-blob-tracking function based on cvBlob library(based on opencv). by Jiakun Liu
gacv02
- gacv 名字取自 gabor , adaboost , opencv , 他用了 gabor滤波,AdaBoost (MultiBoost ) 分类器和 opencv 开发库,这是第二个测试版叫 gacv02 。这个程序的第一个测试版 gacv01 可以检测大小有一定变化的目标,但是不能检测平面旋转的目标。gacv02 改进了算法可以处 理目标的大小变化和平面旋转,检测速度也有了提高。 -gacv name from gabor, adaboost, opencv, he u
FaceTracking
- 使用OPENCV库实现的人脸跟踪,需要安装OPENCV。输入源可以是视频,也可以是摄像头。可选择Harr特征和CamShift两种方法对人脸进行跟踪。还提供了视频保存的功能。-Library implemented using OPENCV Face Tracking, need to install OPENCV. Input source can be a video camera can also be. Harr features and CamShift choose two meth
trace
- 使用opencv库实现对视频上移动物体的轨迹跟踪-Using the opencv library to achieve the video trajectory tracking of moving objects on
FaceRecV1.0.tar
- 6410的人脸识别程序,亲测,有opencv库和移植好的QT,不可多得的代码!-6410 face recognition program, the pro-test, opencv library and transplantation good QT interval, rare code!
FaceReco_PCA3
- 这是一个用VC6编写的PCA人脸识别程序,用到了opencv库,库文件一起上传了,可以直接编译。也有相应的训练与测试图像。感觉效果还可以!-This is a PCA face recognition using VC6 written procedures, use the opencv library, library file with the upload, can be directly compiled. Have corresponding training and test im
yibiaoshibie
- 图像处理的指针式仪表识别,利用OPENCV库,MFC对话框程序-Image processing pointer instrument identification, the OPENCV libraries, MFC dialog program
opencvlib
- opencv库安装文件,用于机器视觉领域的使用很方便的-opencv library installation files for the field of machine vision is very convenient to use
MatlabFaceDetect
- 用c/c++联合编写的人脸搜索算法。使用openCV库-With c/c++ United prepared Face search algorithm. OpenCV library use
OpenSURFcs
- C#实现的SURF,无需额外的OpenCV库,速度较快,注释详尽。-C# implementation of the SURF, no additional OpenCV library, fast, detailed notes.
OpenCV
- 用interl开源库opencv编写的一个简单的人脸识别的例子。-Opencv with interl open source library written in a simple example of face recognition.
How-to-train-their-classifier-OpenCV
- matlab图像特征识别。分类器的训练方法。很好的学习资料。如何用OpenCV训练自己的分类器。内含人脸库共训练器使用-matlab image feature recognition. Classifier training methods. Good learning materials. How to use OpenCV train their own classification. Training face database containing a total of uses
squareD
- 结合opencv库的使用,用c++代码实现了图片里的矩形检测(use opencv, and c++ detect rectangle in image)