搜索资源列表
faceimagesbyrf
- 从老外文章里看到一种基于分类器的人脸检测方法,好不容易搞到这个人脸图像训练集和测试集,现在贡献出来,希望对做人脸检测的朋友有帮助(图像比较全,有彩色人脸图像)-from generals saw an article based on the classification of face detection method finally got the facial image training set and test set, now contribute, hope to the huma
c02
- [demo.rar] - 增值税发票抵扣联字符识别中的图像倾斜校正方法,很有用 [2007012218032016052.rar] - 目前紧紧支持24种验证码的识别,后续版本将会慢慢加入更多可识别的格式。 [OCR.rar] - OCR光学字符识别代码,思想是背景16值变化,提供勾,圈,叉识别 [javawllt.rar] - 用JAVA编译的局域网聊天程序 v 1.0 ,此聊天程序为学习java语言而开发的 [MySoft.rar] - 一种利用硬盘序列号对
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
face-recgnition
- 利用OpenCV进行人脸检测,人脸检测程序主要完成3部分功能,即加载分类器、加载待检测图象以及检测并标示。-OpenCV for face detection, face detection process was completed for the three parts, namely load classifier, load to be detected images and testing and labeling.
front
- 一个用于人脸检测的分类器,对正面人脸具备较好的检测效果-A classifier for face detection have better detection results on the frontal face
saaddaboosto
- adaboost分类器源代码addaboost人脸检测matlab算法 -the adaboost classifier source code addaboost face detection matlab algorithm
FaceDetect
- 这是一个人脸检测程序,里面有分类器的说明,运行结果还可以。-This is a face detection program, there is a descr iption of the classifier, the results can also be run.
Face-Recognition
- 这是一个实现人脸检测的程序,里面有几种人脸检测的分类器。-This is a face detection program, there are several classifiers for face detection.
myfacedet02
- matlab代码程序,利用Adaboost算法训练人脸图像和非人脸图像,通过迭代得到由多个弱分类器组合而成的强分类器,实现图片里的人脸检测。-Matlab code,Using Adaboost algorithm to train the face images and not face images, obtained strong classifier which is conprised of multiple weak classifiers by iteration , re
HaarPclassifiers
- 利用vs2008编写的利用haar特征分类器实现的人脸检测程序-Use vs2008 prepared by the use haar feature classifier implemented face detection process
FaceDetect
- 介绍了人脸检测的算法,然后分析人脸检测算法在CPU上执行的效率,最后找到在GPU上利用OpenCL并行优化基于haar层级分类器的通用方法,从比较宏观的角度介绍了优化方法,给出了基于图像金字塔和级联分类器的算法的通用优化方法-Introduced face detection algorithm, and then analyze the face detection algorithm running on the CPU efficiency, and finally found the G
detect
- 用adaboost分类器实现人脸检测的小程序-With adaboost classifier for face detection applet
opencv
- 人脸检测基于openc开发平台结合c语言编程,利用分类器实现,其中附带分类器的代码及解释-Face detection based development platform combines openc c language programming, using classification implemented
facedetect-test
- 基于hog特征与支持向量机的方式,使用opencv自带的haar特征分类器,检测人脸-Adapt to hog feature and support vector machine (SVM) method, based on positive and negative samples opencv training face,
most-bqtton
- 基于OpenCV的简单人脸检测Demo程序,使用OpenCV自带级联分类器,只支持检测,不支持识别-Simple Demo program, face detection based on OpenCV use OpenCV bring cascade classifier, only supports the detection, identification is not supported
onsm
- 基于OpenCV的简单人脸检测Demo程序,使用OpenCV自带级联分类器,只支持检测,不支持识别-Simple Demo program, face detection based on OpenCV use OpenCV bring cascade classifier, only supports the detection, identification is not supported
89123030face_recognition_adaBoost_M2
- 有级联分类器和haar特征和积分图,内部有matlab程序,适合初学者使用(There are cascading classifiers and Haar features and integral graphs, with MATLAB programs inside, suitable for beginners to use)
程序
- 模式识别,基于adaboost的人脸检测的相关程序(Pattern recognition, face detection program)
人脸检测OPENCV
- 使用VS2013编写+OPENCV2.49,能够读取图片并识别人脸,采用 分类器制作,调试通过,也可以改为摄像头