搜索资源列表
Face-Detection
- 使用openCV利用普通的USB摄像头获取动态图像实时的检测出图像中的人脸并用红框框出。-Face Detection
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
FaceDetection
- VC++ 6.0实现 1.静态图片人脸检测 2.视频检测,支持摄像头实时影像检测-VC++ 6.0 to achieve 1. Static image of face detection 2. Video detection, support for real-time video detection camera
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
camerads
- 通过摄像头进行实时人脸检测,效果还行,需要光线充足-Real-time face detection via camera, the results were OK
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
main
- vc+opencv实现人脸的检测,调用摄像头,并在人脸上画圈以标记-vc+opencv face detection, call the camera, and the circle in the person' s face to mark
renlianjiance
- 基于视频人脸检测,打开摄像头源代码,无错误可运行。-Video-based face detection, open the camera source code, and error-free run.
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,
cameraTracking
- 实现摄像头检测人脸,然后用反响投影算出位置-Realize the camera to detect human face, then use echo projection to calculate the position
opencv-humanface3
- 基于opencv和vs2010的人脸实时检测程序,通过摄像头进行检测-Based on opencv and vs2010 real human face detection procedure, through the camera to detect
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
FaceRecongnitionAndExtr
- 抽取出图片中的人脸,训练提取特征生成模型,检测摄像头录入的人脸并打上马赛克-thank you....
facedetection
- 用opencv做的在摄像头运行中的人脸检测-OpenCV to do with detection in camera operation in the face
Face-Detector-Based-On-OpenCV
- OpenCV的人脸检测程序,有可用于摄像头的代码注释-OpenCV face detector, can use the camera,and the codes are in comments.
CameraCapture
- 可以从摄像头读取视频,实现人脸检测,保存视频或快照等功能-Capture video camera,face detection and save video or picture.
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.)
OpenCV人脸检测
- 使用C++和OpenCV实现的简单USB摄像头人脸检测