搜索资源列表
DetectAVI
- OpenCV中的一个例子 基于AdaBoost的人脸检测示例程序 可以读入静态图片,视频,摄像头输入-OpenCV an example of the AdaBoost based Face Detection sample program can be read into static state pictures, video, camera input
VideoFaceMAdebylj
- 人脸检测,需要opencv,用的是摄像头,之后对人脸进行检测。很简单也很实用。一共有三个全局函数。一看就能懂的。
facesDetection
- 用OpenCV编写的一个用来检测人脸的程序,可输入图片或者视频文件,也可打开摄像头进行实时检测。检测速度快,准确度高。
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
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
VideoFaceDetect
- 使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示, 实时性比C低。 下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。-Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time displa
FaceDetection3
- 用OPENCV 实现人脸的检测 ,可以是从摄像头输入,也可以是视频文件输入,还可以对图片检测。-OPENCV achieved with face detection, which can be imported from camera, video files can be imported, images can also detect.
FACEDETECT
- 实时人脸检测 OPENCV 读取摄像头 图像识别-OPENCV read real-time face detection image recognition camera
FaceDetect
- 利用VC6.0开发环境,编写了一个基于OpenCV的人脸检测系统,不仅可以对静态图片中的人脸进行检测,还可以实时地对摄像头捕捉到的人脸进行检测-Use VC6.0 development environment, write a OpenCV-based face detection system, not only the static picture of the human face detection, but also the camera can capture in real ti
facedetect_Opencv_haar_adboost_CPP
- 人脸检测的程序,用的haar特征和adboost算法,基于opencv的在VS2010上成功运行的C程序。可以检测静态图片,视频,和摄像头的视频中是否含有目标对象的程序。-Face detection program, with the the haar characteristics and adboost algorithm, based on opencv run successfully on VS2010 C program. The program can detect static
faces_det
- opencv实现的摄像头采集视频,实时显示并检测到人脸,检测到人脸时提高分辨率,可保存视频并回放,-opencv realized camera capture video, real-time display and detects a human face, human face detection to improve the resolution, you can save video and playback,
opencv-humanface3
- 基于opencv和vs2010的人脸实时检测程序,通过摄像头进行检测-Based on opencv and vs2010 real human face detection procedure, through the camera to detect
camTEST
- 基于adaboost人脸检测,通过LBP人脸识别的C++程序,视频源采用摄像头(视频采集这块用到OPENCV,如果用的话先下载OPENCV244,这里就不上传了)。-Adaboost based face detection, face recognition by LBP C++ program, the video source using the camera (video capture this use OPENCV, if used to download OPENCV244, he
face_detect_recognize
- 基于opencv库函数的人脸检测与识别源代码及可执行程序.能够实时读取摄像头并识别其中的人脸.在图像库中找出与其最相似的人.-Opencv library functions based on human face detection and recognition source code and executable programs. Ability to read and identify where the real-time camera face. Identify the most
facedetection
- 用opencv做的在摄像头运行中的人脸检测-OpenCV to do with detection in camera operation in the face
JavaOpenCV249
- 介绍java+opencv实现人脸检测,以及二者结合的安装步骤,java调用摄像头的安装步骤。-Introduction java+opencv implement face detection, and a combination of both installation steps, java call camera installation steps.
Face-Detector-Based-On-OpenCV
- OpenCV的人脸检测程序,有可用于摄像头的代码注释-OpenCV face detector, can use the camera,and the codes are in comments.
OpenCV的人脸验证MFC程序
- 检测人脸,基于MFC界面。当录入照片后,摄像头再遇到相同的人脸能够识别出来。(Detection of face, based on the MFC interface. When the photos are recorded, the camera can be identified with the same face.)
GWXFaceRec
- 单目摄像头,实时在线实现人脸检测功能,使用openCV。(single camera,release the function of face recongise)
OpenCV人脸检测
- 使用C++和OpenCV实现的简单USB摄像头人脸检测