搜索资源列表
视频图像中的人脸检测
- 和电脑摄像头相连,实现实时的人脸检测
TrackEye_src.zip
- 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\
VideoFace.rar
- 采用USB CMOS摄像头进行人脸检测,效果很好,可做工程参考,USB CMOS camera used for face detection, the effect of good works can refer to
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
zxz3
- 摄像头人脸检测,程序实用,易懂,很基础。-Headman camera face detection, procedures and practical, easy to understand, it is the foundation.
Face
- 【原创】VS2008开发,基于OpenCV的人脸检测程序 从摄像头获取图像,人脸检测后输出。 “输出”文件夹中的XML文件为分类器,可以修改代码载入不同的分类器,牛人也可制作自己的分类器。-【原创】 OpenCV-based Face Detection procedure to obtain images from the camera, after the face detection output. " Output" folder for the classif
WinFaceDetect31
- 基于肤色的人脸检测系统,支持USB摄像头采集,图片只支持BMP位图,另外有图像处理等功能-Face detection based on skin color system that supports USB camera capture, image only supports BMP bitmap, another image processing functions such as
FaceFind
- opencv摄像头人脸识别,也包括图片的人脸识别-opencv camera, face recognition, face recognition also includes pictures
video_facedetection
- vc++编写,带摄像头的人脸检测,This file should not used for commercial purposes without my permit.-Camera with face detection
renlian
- 人脸检测 通过摄像头拍摄的照片能检测出是否是人脸-Face Detection photos taken by the camera can detect whether a human face
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
FindFace
- Adaboost 人脸检测的程序,实现静态图片人脸检测,摄像头实时人脸跟踪功能。速度较快,正脸检测率较高。-Adaboost face detection process, to achieve a static image, face detection, camera, real-time face tracking. Speed, face detection rate is higher.
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
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.)
MATLAB调用摄像头
- matlab调用摄像头的代码,可以用来测试摄像头是否配置好。包括一个人脸识别检测的代码包。(Matlab calls the camera code, which can be used to test whether the camera is configured.A code package that includes a person's face recognition test.)
人脸检测OPENCV
- 使用VS2013编写+OPENCV2.49,能够读取图片并识别人脸,采用 分类器制作,调试通过,也可以改为摄像头
ArcFaceDemo_1.2
- 代码是C#的,人脸检测、比对的引擎是虹软的1.2版本。 我只有20M附件的权限,所以只能删除了虹软的识别引擎库(没有这个库源码不能正常运行),请下载者自己去虹软申请并下载(目前是免费的)吧。 ---------------------------------------------------------------------------------------- 环境要求: VS2012及以上,.Net Framework 4.5 使用说明: 拿到代码以后,请更换自己ke
人脸识别_Demo_SDK
- 1. 人脸检测的高正确率,误检,漏检很少,支持多脸(max=32)。 平面旋转高达 60 度,并带鼻,嘴定位,及眼镜判断等功能。 2. 支持双目(双摄像头)/多目的 3D 维度识别,增加了人脸的特征集,再次提高识别精度,并有效防止照片通过。 3. 人脸识别的高精度,向用户推荐的识别阀值不仅能适应光线环境的变化,具备满足实际应用的识别正确率。带 眼镜或头发挡住眉毛都行。(但黑粗边眼镜的识别率相对低些,即在较好的识别环境下,黑粗边眼镜仍是 OK 的,只要看得清眼球,就对识别率没有任何影响) 4. 在
OpenCV人脸检测
- 使用C++和OpenCV实现的简单USB摄像头人脸检测