Description: VC6.0与Opencv环境下的视频采集,图像滤波,角点检测,运动跟踪,通过测试-VC6.0 and Opencv environment video capture, image filtering, corner detection, motion tracking, to pass the test Platform: |
Size: 249856 |
Author:lonfan |
Hits:
Description: VC与opencv环境下实现人脸角点检测与运动跟踪,效果蛮不错的-VC environment and realize opencv face corner detection and motion tracking, the effect pretty good Platform: |
Size: 3957760 |
Author:王月领 |
Hits:
Description: 这是我根据opencv做的人脸检测demo,简单实用,可检测多个人脸。-This is what I make in accordance with the opencv face detection demo, simple and practical, can detect more than the individual faces. Platform: |
Size: 1987584 |
Author:sara |
Hits:
Description: This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file.
Usage:
FaceDetect (<Haar Cascase XML file>, <Gray scale Image>)
The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face.
Example,
A = imread ( lena.jpg , JPG )
Img = double (rgb2gray(A))
Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
-This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file.
Usage:
FaceDetect (<Haar Cascase XML file>, <Gray scale Image>)
The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are-1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face.
Example,
A = imread ( lena.jpg , JPG )
Img = double (rgb2gray(A))
Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
Platform: |
Size: 1295360 |
Author:ruan |
Hits:
Description: 人脸检测系统,基于Opencv,包含了多种图像处理方法。-Face Detection System, based on the Opencv, contains a variety of image processing methods. Platform: |
Size: 3045376 |
Author:宁先生 |
Hits:
Description: 人脸捕获,放大后存储为bmp文件,需要安装OpenCV,data文件需要拷贝至程序同级目录,或修改程序中的路径即可-Face capture, amplified for the bmp file storage, need to install OpenCV, data files need to copy to the procedure at the same level directory, or modify the process path can be Platform: |
Size: 192512 |
Author:bill |
Hits:
Description: The OpenCV Library
Brief introduction
Getting started
Creating a face detector
How it s done
OpenCV implementation
Using a face detector
Example code, step-by-step Platform: |
Size: 816128 |
Author:humanbeing |
Hits:
Description: 基于MFC,利用opencv实现的人脸检测代码,当中还利用了BCGSoft库。-Based on MFC, using opencv face detection code implementation, which also used BCGSoft library. Platform: |
Size: 273408 |
Author:yechao |
Hits:
Description: opencv+visual C++编写人脸识别程序,基础的一用-opencv+ visual C++ writing recognition program, based on a use Platform: |
Size: 1373184 |
Author:邓方旗 |
Hits: