搜索资源列表
人脸库
- 非常好的人脸数据库,可用于数据集的训练和测试
lda
- 经典的LDA特征选择算法,用matlab实现,包括数据集-LDA classic feature selection algorithm, using matlab to achieve, including a data set
FaceDetection_Based_on_a_New_Nonlinear_Color_Space
- 提出一种新的非线性变换的彩色空间 ″″, 利用次高斯概率分布函数拟合皮肤色度信息, 得到候选区 YC C r b 域。为了排除候选区域中的非人脸, 首先根据均值和方差信息分割出候选区域中的纹理特征信息, 再通过多尺度 ) ( 信息定位眼睛, 然后根据人脸特征的几 形态边缘检测算子检测候选区域的边缘, 利用 边缘方向 PCA PCAED ( ) 何形状信息定位其他特征 鼻、嘴 , 通过这些几何特征信
2D-LDA
- LDA是一种线性降维方法,对原有的高维人脸数据集降维,然后识别,具有很好的聚类和识别效果。有详细的说明-LDA is a linear dimensionality reduction method, the original high-dimensional face data set dimensionality reduction, and then identify clustering and identification.
FastPCA_Feature_extraction-on-ORL
- 通过FastPCA在ORL人脸数据集上提取主成分脸并可视化,ReadFaces函数读取每个人的前五张图片作为实验数据集。-Extracting principal component faces on ORL_faces datasets by FastPCA and visualing them are done.ReadFaces function reads the five pictures of everyone as th
Image
- 图像的特征提取,典型案例是基于PCA技术的人脸数据集得降维处理-Image feature extraction, a typical case is based on PCA face data set to reduce the dimension of
ORL
- ORL人脸数据集,用于进行人脸识别,有40类人,每类人姿态,表情不同共10张-ORL face data set and used for face recognition, there are 40 kinds of people, each type of gesture, facial expression, a total of 10 different copies
YaleB-LFDA
- 基于local fisher discriminative analyse的人脸识别算法,针对YaleB人脸数据集给出了示例-Face recognition based on local fisher discriminative analyse
fddb-evaluation-code
- FDDB人脸数据集评估C++代码,从官网上下载的,拿来就能用,用于评估人脸检测算法检测率及误检率。-FDDB face data set to assess the C++ code, downloaded the official website, used to be able to use, for the assessment of human face detection algorithm detection rate a
faceRecognition
- 基于SVM和PCA的人脸识别,使用了ORL人脸数据集和libsvm.jar-Face recognition based on SVM and PCA. ORL faces dataset and libsvm.jar are used
LBP-DBN-face-recognition-master
- 人脸识别,提出LBP和DBN方法的人脸识别算法,数据集是ORL人脸数据集。-Face recognition, face recognition algorithm LBP and DBN proposed method, the data set is ORL face dataset.
deeplearning_facerecognition
- 人脸识别,使用深度学习中的DBN算法进行人脸识别算法,数据集是ORL人脸数据集。-FACE Recognition, using the depth learning DBN algorithm recognition algorithm, the data set is a ORL face dataset.
local-best-fit-flats-clustering
- 可实现局部最优近似平面数据聚类,该聚类方法是一种常用的子空间聚类方法,文章作者没有给出相应的源码,这里提供给大家。经过测试可以实现数据聚类,但是对人脸数据集extended yale B效果不理想。参考文献:Teng Zhang, Arthur Szlam, Yi Wang, et al. Hybrid linear modeling via local best-fit flats [J]. International Journal
Robust_Face_Landmark
- 在现实世界条件下获取人脸存在较大的变化在形状和遮挡由于不同在姿态、表情、附属品的使用,例如,太阳镜和帽子以及与目标体(e.g. 食物)的交。当前的人脸界标估计方法在这种条件下努力但由于缺乏一种有效的理论方法用于处理局外点。我们提供了一个新奇的方法,称为Robust Cascaded Pose Regression (RCPR),通过检测显式的遮挡且使用鲁棒的形状索引的特征可以减少exposure对于局外点。我们证明RCPR改进先前的界标
]ORL+PCA+SVM-11
- 编写了用户界面程序实现ocr人脸数据集的识别,使用了svm分类器(A user interface program is developed to realize the recognition of OCR face data set, and the SVM classifier is used)
frey_rawface
- 人脸数据集。mat文件。2000张人脸数据,560*1965的二维数据(Face data set. Mat file. 2000 face data, two dimensional data of 560*1965)
chameleon-data.tar
- 人脸聚类常用数据集含有10*40张图片,pmg格式(The common dataset of face clustering contains 10*40 picture, PMG format)
PCA+SVM
- 采用经典的ORL人脸数据集,利用PCA进行进行降维,然后用SVM进行数据集的分类和训练。上传文件内包含libSVM3.2安装包(The classical ORL face dataset is used for dimension reduction by PCA, and then SVM is used to classify and train the dataset.)
cnn人脸识别
- 使用CNN实现人脸识别,包括训练数据集与测试数据集(Face recognition using CNN, including training data set and test data set)
ORL 数据集pgm和 bmp格式
- 人脸数据集,包括原始pgm格式和bmp格式。