搜索资源列表
视频图像中的人脸检测
- 和电脑摄像头相连,实现实时的人脸检测
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
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
zxz3
- 摄像头人脸检测,程序实用,易懂,很基础。-Headman camera face detection, procedures and practical, easy to understand, it is the foundation.
HumanFaceDetection
- 这是1个人脸检测的程序。首先由摄像头采集一幅人脸图片,然后可以对采集的图片进行人脸检测和定位-This is one of personal face detection procedures. First collected by a camera person face picture, and then can collect images for face detection and positioning
123
- 人脸识别 人脸检测 VC编程 摄像头编程 图像获取 的基础-Face Detection Face VC programming camera based image capture program
41695074FaceDetection
- 能准确检测出人脸,调用摄像头实时捕获人脸,并准确检测!-Accurately detect the face, call the camera to capture real-time face and accurate testing!
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
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
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.)
GWXFaceRec
- 单目摄像头,实时在线实现人脸检测功能,使用openCV。(single camera,release the function of face recongise)
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摄像头人脸检测