搜索资源列表
Adaboost
- 利用adaboost算法进行人脸识别,检测一副静态或动态图像中的人头数目-Adaboost algorithm using face recognition, image detection of a static or dynamic number of head
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
face-detection
- 改进后的人脸识别算法,比传统方法更加的精准,并且难度也更大。-mproved face recognition algorithm, more accurate than traditional methods, and the more difficult....
Ada Boost MH Class
- 人脸识别算法很好的,大家可以看看,需要调试一下-Good face recognition algorithm
OpenCV-programing-introduction
- OpenCV_编程简介(入门必读).doc,对研究图形图像,人脸识别的人员有很大的帮助,可以用来算法和理论的实现。-OpenCV_ Introduction to Programming (Getting Started reading). Doc, the study of graphic images, face recognition is very helpful staff, can be used to implement algorithms and theory.
TuXiangChuLi
- 用OpenCV实现的人脸识别sift算法程序,主要是C语言写的,调用了一些OpenCV的函数库-OpenCV achieve recognition sift algorithm program is mainly written in C language, called some of the OpenCV library
Light-preprocessing
- 这是谭晓阳提出的一条光照预处理链的实现代码,适合LBP/LTP人脸识别算法-This is TanXiaoYang proposed a light chain implementation code of pretreatment, suitable for LBP/MTP/LTP face recognition algorithm
FaceDetect
- 这是一个人脸识别演示/测试程序,用户可以基于程序中已经实现的算法,开发新的有关人脸识别的应用;也可以修改或添加新的算法,并测试其性能。-This is a face recognition demo/test program, the user can be based on the algorithm has been implemented in the program, the development of a new face recognition applications You
FaceRecog_OpenCV
- VC++写成的人脸识别程序,用OpenCV2.2库,采用Gabor+Fisherface算法,附有演示程序,识别概率高,包含源代码和使用说明-This program, written in VC++, built with MS Visual Studio 2008 SP, using OpenCV 2.2, provides some basic face recognition APIs. It applies a few FR algorithms according to the kn
TrackEye_SourceCode
- 跟踪人的眼睛,类似人脸识别算法中的adaboost,通过学习人眼模式,实现人眼检测跟踪。-Tracking people' s eyes, similar face recognition algorithm adaboost by learning human eye model, detecting and tracking the human eye.
FaceRec-2012-11-17-22-09
- 基于OPenCV的人脸识别源代码,运用隐马尔科夫算法-Based OPenCV face recognition source code,Ueing hidden Markov algorithm
FaceRec-2013-01-01
- 运用隐马尔科夫算法,实现基于OpenCV的人脸识别-Using hidden Markov algorithm, face recognition based on OpenCV is realized
FaceRecognition
- 经典的PCA人脸识别算法,C++源代码都是我自己写的,第一次上传,写得不好的地方请多多指教。已经经过我的多次测试和观察数据,代码运行正常,下载之后只要配置好opencv即可。 -The classic PCA face recognition algorithm, C++ source code I wrote it myself, the first upload, poorly written exhibitions. I have passed many tests and observa
lbp
- 基于opencv的lbp算法实现,只是实现lbp图谱的转化,没有人脸识别部分的代码-Based opencv LBP algorithm just lbp map conversion, no face recognition part of the code
IMTFaceRecognition2
- 人脸识别系统。有图像窗口文件。基于lbp算法实现的人脸识别。-Face recognition system. Image window file. Face recognition based on LBP algorithm.
CTFromCam
- 基于网络摄像头的压缩感知人脸识别跟踪算法 压缩感知(Compressive Sensing)理论是近年来信号处理领域诞生的一种新的信号处理理论,由D. Donoho、E. Candes及华裔科学家T. Tao等人提出,自诞生之日起便极大地吸引了相关研究人员的关注。-Face recognition based on compressed sensing tracking algorithm Compressive Sensing (Compressive Sensing) signal
人脸识别
- 使用OPENCV库提供的接口,实现人脸的识别功能。 在一个人脸识别系统中,应用多种预处理技术对将要识别的图片进行标准化处理是极其重要的。多数人脸识别算法对光照条件十分敏感,所以假如在暗室训练,在明亮的房间就可能不会被识别出来等等。比如脸部也应当在图片的一个十分固定的位置(比如眼睛位置为相同的像素坐标),固定的大小,旋转角度,头发和装饰,表情(笑,怒等),光照方向(向左或向上等),这就是在进行人脸识别前,使用好的图片预处理过滤器十分重要的原因。你还应该做一些其它事情,比如去除脸部周围的多余像素(
新建 Microsoft Word 文档
- 讲解了进行人脸检测和人脸识别的一些算法流程,和一些需要注意的东西(Explained the face detection and face recognition algorithm flow, and some things need attention)
faceRecognization
- 本程序中,利用了LBP特征对人脸特征进行提取,并且利用SVM对提取的人脸特征进行训练和识别,其中,所用的图像处理库OpenCV2.4.9版本;通过对人脸库中的标准标本进行测试,算法识别率高达95%以上;(LBP features extract facial features, and use SVM to extract and recognize the facial features. The OpenCV2.4.9 version of the image processing libr
ABC-Matlab
- 通过人工蜂群优化算法对分类好的数据进行处理,对分类中的某个函数或参数进行修改(Artificial Bee Optimization)