搜索资源列表
detect
- 简单的人物脸部特征检测,采用OPENCV库
gacv02
- gacv 名字取自 gabor , adaboost , opencv , 他用了 gabor滤波,AdaBoost (MultiBoost ) 分类器和 opencv 开发库,这是第二个测试版叫 gacv02 。这个程序的第一个测试版 gacv01 可以检测大小有一定变化的目标,但是不能检测平面旋转的目标。gacv02 改进了算法可以处 理目标的大小变化和平面旋转,检测速度也有了提高。 -gacv name from gabor, adaboost, opencv, he u
openCV 车牌识别
- 车牌识别,很好的程序,功能全而且强大,可以处理很多复杂的情况-License plate recognition, a very good program, full-featured and powerful and can handle many complicated situations
motion_or_car_detect
- 本程序是使用OPENCV对运动物体进行检测,内中包含一段运动车量视频,代码经过调试正确-This procedure is used to detect moving objects OPENCV on, in the amount contained in a sports car video, the correct code after debugging
FaceRecognition
- 我写的基于OPENCV的人脸检测程序!先找到haar特征,然后基于Adaboost检测!-the code based on OpenCV which is used to detect the faces
facedetection
- 使用MFC和OpenCV,实现对摄像头中实时视频的人脸的实时检测,或是直接加载图片进行人脸检测-Using MFC and OpenCV, to achievereal-time face detection in real-time camera video , or load the pictures to directly detect face
good_features.cpp
- How to use OpenCV s GoodFeaturesToTrack to detect good features that could be tracked in a movie or a camera sequence.
delphi
- 车牌识别DELPHI实现 车牌识别DELPHI实现 车牌识别DELPHI实现-DELPHI implementation LPR License Plate Recognition License Plate Recognition DELPHI implementation DELPHI implementation DELPHI LPR License Plate Recognition DELPHI achieve implementation
HoughLineTracking
- 从摄影头输入影像,可侦测直线物体,侦测到的直线以红色线条显示出来,以OPENCV的Hough transform实作-The first input from the photographic images, can detect linear objects detected straight lines shown in red to OPENCV the Hough transform implementation
Crowd_detect_test
- OpenCV 人脸识别,自己做的一个小的project中的部分代码-OpenCV code for circle detect
Detect100227a
- visual c++ 人脸检测程序,可以检测图片中的人脸。必须安装opencv才能运行。-visual c++ face detection program that can detect faces in the picture. Opencv must be installed to run.
face_JC
- VC++和opencv,实现人脸检测,正确率高,能进行多目标检测。亲测无误。-VC++ and opencv, face detection to achieve the correct rate can detect multiple targets. Pro-test correct.
facedetect_pure.tar
- 只要php+gd lib就能進行人臉辨識,不需要opencv-Php+ gd lib to detect face without opencv
CAMSHIFT
- 采用 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 given in an example.
opencv-face-detect.RAR
- 基于opencv1.0 的人脸检测程序,对于初学opencv的同学帮助蛮大的-Face Detection Based on opencv1.0 procedures for the students to help beginners opencv pretty big
CarIdentification
- 用于对汽车标志的检测和识别,程序本身基于图像来做的,需要OpenCV库的支持-a project used to detect the car logo
adaboostFace
- Adaboost人脸检测,用opencv写的,有借鉴作用-Adaboost face detect
edge-detect-cv
- Opencv 通过形态学操作实现图像边缘。 首先将图像转换为二值图像,然后膨胀此二值图像,最后减去未膨胀之前的图像便得到了图像的边缘。-Opencv realize the image edge by morphological operations. First, convert the image to a binary image, and then expanded this binary image, the last image before subtracting the
squareD
- 结合opencv库的使用,用c++代码实现了图片里的矩形检测(use opencv, and c++ detect rectangle in image)
ConsoleApplication1
- 简单的人脸检测程序,基于opencv与vs,误检率有点高(Simple face detection program, based on OpenCV and vs, the error detection rate is a bit high)