搜索资源列表
Matlab_Examples(gabor).zip
- 改进的核函数算法及其在人脸识别中的应用研究,很好的东东!,Kernel function to improve the algorithm and its application in face recognition research
Gabor-based-feature-extraction-
- 基于Gabor特征提取和人工智能的人脸检测系统源代码-Gabor-based feature extraction and artificial intelligence source code of face detection system
Face-Recognition-Gabor-Occlusion
- 发表于ECCV上的一篇用于人脸识别的算法,Gabor Feature based Sparse Representation for Face Recognition with Gabor Occlusion Dictionary -At ECCV on an algorithm for face recognition, Gabor Feature based Sparse Representation for Face Recognition with Gabor Occlusion Dic
Gabor-fdp5final
- 人脸检测的代码,很强大! !Face Detection System基于Gabor特征提取和人工智能的人脸检测系统源代码fdp5final-Face detection code, it is powerful! ! Face Detection System Based on Gabor feature extraction and artificial intelligence face detection system source code fdp5final
Gaborfilter
- Gabor filter for face recognition or other computer vision applications
matlab
- matlab的一个人脸识别系统 包括gabor,pca,ica的源码-matlab a face recognition system includes gabor, pca, ica source
Face
- 人脸识别系统,采用人脸肤色检测进行人脸定位,并采用gabor并结合fisherface进行识别-Face Recognition System, Face Detection to Face color positioning, and use in combination with gabor identify fisherface
face
- this book explains the face recognition algorithm using gabor wavelet
gabor
- this is a good source for face recognotion as well as detection
FLD_based-Face-Recognition-System_v2
- 人脸识别中的经典算法代码FLD,对初学者很有用,可以下来用用看-Face Recognition in the classical algorithm code FLD, useful for beginners, you can look down and used by
Gabor-base-face-recognition
- 基于高波滤波的特征提取技术,从而实现人脸识别和表情识别的目的-Based on high-wave filter feature extraction techniques, in order to achieve the purpose of face recognition and expression recognition
gabor
- gabor小波变换,可以用于人脸识别中提取人脸特征-gabor wavelet transform, this directory can be used for face recgnization.
Face-Detection
- Face Detection using Gabor feature extraction and neural network by matlab
Gabor
- 人脸检测的程序,效果不错!内附用法说明,调用一张图片,将现实出人脸的边缘。-code for facedetection,the performance is nice! usage: I=double(imread c:\Data\girl1.jpg )) detect_face(I) The function will display the bounding box if a face is found.
Extraction-Algorithm-of-Face-Feature
- 人脸特征提取算法程序源代码,基于Gabor滤波幅值特性的人脸特征提取算法的程序- Extraction Algorithm of Face Feature
Extraction-Algorithm-of-Face-Feature
- 基于Gabor滤波相位特性的人脸特征提取算法程序清单-Extraction Algorithm of Face Feature
face-recog-with-gabor
- this is face recognition engine with gabor.
Gabor-and-pcnn-matlab
- 用Matlab实现人脸检测的功能,程序正确,可以运行,包含测试图片-Face detection using Matlab functions implement the program correctly, you can run, including the test images
gabor-pca
- 本程序是先用gabor小波变换对人脸图像处理,然后在用pca进行降维,最后用svm分类器进行多分类分类识别,包扩完整的orl人脸库,需注意的是,svm工具箱是用的libsvm工具箱,运行前先配置好libsvm。版本号:libsvm-mat-2[1].89-3[FarutoUltimate3.0]-This procedure is to use the human face gabor wavelet transform image processing, and then to reduce
gaborsvm1
- 先用gabor 小波滤波器,做特征提取,然后用支持向量机(SVM)做分类,来实现人脸检测.需要用matlab 2010 或更新的版本才能运行-the code is used for face detection.Firstly it use gabor wavelet filter for feature extraction,Secondly it use support vector machine (SVM)for classification.matlab 2010 required.