搜索资源列表
视频图像中的人脸检测
- 和电脑摄像头相连,实现实时的人脸检测
VideoFace.rar
- 采用USB CMOS摄像头进行人脸检测,效果很好,可做工程参考,USB CMOS camera used for face detection, the effect of good works can refer to
monitor
- 基于matlab的摄像头人脸识别程序,效果还行,可供相关研究人员参考!非原创-Camera-based face recognition matlab program, the results were OK, for the relevant research references! Non-original
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.
VideoCapture
- 通过摄像头采集人脸图像,然后采集人类图像后识别出人脸。-Collected through the camera face image, and then collected after the identification of images of human face.
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
Face_testing_base_the_webcam
- 基于摄像头的人脸侦测程序(C++)(毕业论文)-Face testing base on the webcam(C++)
41695074FaceDetection
- 能准确检测出人脸,调用摄像头实时捕获人脸,并准确检测!-Accurately detect the face, call the camera to capture real-time face and accurate testing!
FaceDetectON
- 可以从摄像头提取图像进行人脸识别 可以自己建立人的特征库-Can be extracted from the image recognition camera can set up their own human characteristics database
renlian
- 人脸检测 通过摄像头拍摄的照片能检测出是否是人脸-Face Detection photos taken by the camera can detect whether a human face
camener
- 此程序主要是检测黄色区域(用于人脸识别) 所用摄像头为USB320X240RGB的 原理: 先利用颜色找出符合条件的大面积黄 再利用模板闭运算补充连通与 再利用XY轴上连同域的寻找 标出人脸-The procedure is to detect the yellow area (for recognition) camera for USB320X240RGB used the principle: first, to identify qualified by the
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
人脸识别
- 基于ssm框架搭建的,前端通过获取video标签?调用本地的摄像头(获取用户媒体对象,流媒体数据base64),将流媒体数据画到convas画布上去?,后台调用百度API人脸识别接口,进入百度大脑搜索人脸识别即可获取官网的Secret Key,将前端获取的人脸信息的base64信息和你本地数据库里的人脸信息传到百度人脸识别的接口进行人脸比对,返回一个json数据,result参数 带别人脸相似度, result可自己定义,从而实现人脸识别登录(Based on the SSM framework
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,能够读取图片并识别人脸,采用 分类器制作,调试通过,也可以改为摄像头