搜索资源列表
facedetectDLL
- 从网上下载的一个人脸检测源代码,vc写的函数,没有细看。 -downloaded from the Internet of a Face Detection source code, vc write function, not to look at.
faceface
- 可以实现人脸检测,匹配,光照补偿,人脸模型识别等重要功能-can achieve Face Detection, matching, light compensation, face recognition model of the important functions
Visual_C++_image_shibie_dianxing_anli
- 一本介绍利用Visual C++进行数字图像工程开发的书籍。书中精选了7个综合性的工程案例,涵盖了细胞识别统计系统、基于图像处理的数码相机自动调焦系统、运动检测识别系统、基于卫星通信的牌照自动识别监控系统、纺织行业的图案设计系统、人脸检测系统和基于图像的计算机集成数控技术等数字图像处理的大部分领域。每个工程实例都提供了较完整的源代码,可以很容易地根据需要进行二次开发。-a briefing for the use of Visual C Digital Image Project Develop
facedetection11
- 人脸检测和定位过程 主要是实现从静态图像中获取人脸的过程-face detection and localization process is mainly from a static image acquisition process Face
matlabfacedect
- 很好的一个人脸检测代码,基于matlab-good a face detection code, based on Matlab
color_muban
- 程序用matlab实现基于模板和肤色的人脸检测,首先利用肤色信息检测出可能的人脸区域,然后进行模板匹配.可以实现一幅图片中多人脸的检测.-procedures using Matlab based templates and color of face detection, the first to use color information may detect a face, then template matching. can be achieved over a picture of
VideoShow
- 一个自己写的利用MFC来实现OPENCV中函数的 小程序。把OPENCV中人脸检测与camshift跟踪算法加了进去。编译之间要先配置好OPENCV 安装好摄像头就可以使用了。-one's own use of MFC to achieve OPENCV Function of small procedures. OPENCV put human face detection and tracking algorithm camshift increase of nationalis
facialrec
- 人脸检测人脸识别人脸定位人脸位置寻找人脸缩放-Face Detection Face to Face Recognition positioning Face Face location for zooming
人脸检测源码
- 本程序的开发环境为vc6.0. 程序实现了图片预处理、人眼定位、人嘴定位、人脸轮廓检测等功能,有较强的实用性. 在winxp环境下编译通过.
人脸检测
- multa的人脸检测啊
最简单的人脸检测算法
- 最简单的Matlab人脸识别代码,教你一步步做人脸识别,即使刚学matlab也能看懂。特别指出 亲测的,识别准确率的确很高
FaceDetection
- FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。- FaceDetection OpenCV haarcascade_frontalface_alt.xml
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
human_face_detect_facemodel
- 人脸检测系统源码,准确定位,检测人脸,具有很强的抗噪能力,背景去除,最最关键的一步是肤色匹配,提供了人脸模型,算法自己看,绝对好东西-Human face detection system source code, accuratly position and detect face, which has a strong anti-noise ability. It is widely used in machine vision, pattern recognition, security
FaceDectectBasedOnDifferenceMethod
- 自己写的一个基于摄像头的人脸检测程序,通过对背景差分,利用积分投影法定位人脸区域。-A camera-based face detection process written by myself, through the difference of the background, using integral projection region face targeted.
detectionface
- 人脸检测 VC++程序。是一款效率很高的人脸识别系统-face detection
SMVJ
- 显著性人脸检测,用于复杂场景下的人脸检测。-Significant face detection
OMimage
- 用MFC和 opencv 实现人脸检测(凑字数的。。。。。)-Achieved with the MFC and the opencv face detection (Minato words of 。。。。。)
基于肤色的人脸定位检测
- 通过肤色分割,接着二值化处理,再进行积分投影法来实现人脸的定位
人脸检测OPENCV
- 使用VS2013编写+OPENCV2.49,能够读取图片并识别人脸,采用 分类器制作,调试通过,也可以改为摄像头