搜索资源列表
2D-LDA
- 2维线性判别进行人脸识别的程序,很不错!采用ORL人脸库,取每人的1、3、5、7、9五幅图像作为训练图像,其余作为测试图像,进行二维线性判别。计算出特征向量矩阵,降序排列后,取前d(d=2,4,6,……,20)个特征向量组成的矩阵作为变换矩阵,对训练集合测试集进行特征重建,最后采用最近邻分类器。附有实验的结果。-code for face recognition based 2D-LDA,the performance is nice!
FaceDetection_Based_on_a_New_Nonlinear_Color_Space
- 提出一种新的非线性变换的彩色空间 ″″, 利用次高斯概率分布函数拟合皮肤色度信息, 得到候选区 YC C r b 域。为了排除候选区域中的非人脸, 首先根据均值和方差信息分割出候选区域中的纹理特征信息, 再通过多尺度 ) ( 信息定位眼睛, 然后根据人脸特征的几 形态边缘检测算子检测候选区域的边缘, 利用 边缘方向 PCA PCAED ( ) 何形状信息定位其他特征 鼻、嘴 , 通过这些几何特征信息对肤色分割得到的候选区域进行验证, 最终得到正确 的人
PatternRecognition
- 人脸识别 使用k-近邻法分类 区分不同的人 使用K-近邻法实现对指定人脸图片的识别。 训练集和测试集的划分 -Recognition of face in pattern recognition,By KNN space representation theorem
PCA_Face_Recognition
- 特征脸识别算法的完全Matlab实现,内附有详细的训练集、测试集和使用说明-Eigenface algorithm to achieve the full Matlab, enclosing a detailed training set, test set and instructions for use
face-detector
- 人脸检测的PCA算法。先利用PCA算法,将测试集在人脸空间中进行训练,得到人脸空间的基向量,再用试验图片进行试验。-PCA algorithm for face detection. First use of PCA algorithm, the test set in the face space for training, get face space basis vectors, and then test picture test.
PCA_based-Face-Recognition-System
- 运行成功。用于人脸识别的PCA程序,里面包含训练集和测试集,很好。-PCA_based Face Recognition System.
ICA-face-recognition
- 主要是用独立主成分分析,做人脸识别,通过训练集和测试集的比对,得出识别率-ICA face recognition
recognition
- 图片的匹配识别过程,自行导入训练集和测试集-picture matching recognition.please input testing and training set
8152961orl_faces
- 一些国外人脸识别的测试集,可以用在分类器中。-Some foreign face recognition of the test set, can be used in classifier.
plateidentify
- 车牌识别 opencv 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。-License plate recognition opencv The first open a picture and then follow the order of grayscale, binary, gray stretch,
license-plate-recognition-system-
- 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。-First open a picture in order graying, binarization, gray stretch, license plate location, binarization, skew correction and character s
Imageslicense-plate-recognition
- 237幅车牌照片(文件名是车牌号)(车牌识别图片测试集)(图片均是jpg格式)(基本都是蓝牌私家车牌照)-237Images_For_license plate recognition(LPR)
panda-face-recognition
- gui界面软件,可计算欧几里得距离识别大熊猫面部,具有大量测试集和训练集样本库-gui interface software to calculate the Euclidean distance identification panda face, with a large test set and the training set of sample library
PlateIdentify
- 车牌字符识别C++程序 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。-C++ program license plate character recognition 1. Open a picture first and then follow the order of graying, binarizati
pcalda
- 基于pca和lca的人脸识别程序, 人脸库分为训练集和测试集两部分,统计识别率 -Based on pca face recognition program and lca, the face is divided into a training set and a test set of two parts, the recognition rate statistics
FilelistGenerator
- 用于CAFFE图片训练集、测试集的生成,可生成文件列表及分类,用于后续处理-Used for CAFFE training set and testing set generated images, can generate the file list and classification, for subsequent processing
FaceRec
- 人脸识别是一个有监督学习过程,首先利用训练集构造一个人脸模型,然后将测试集与训练集进行匹配,找到与之对应的训练集头像。最容易的方式是直接利用欧式距离计算测试集的每一幅图像与训练集的每一幅图像的距离,然后选择距离最近的图像作为识别的结果。这种直接计算距离的方式直观,但是有一个非常大的缺陷—计算量太大。如果每幅图像大小为100*100,训练集大小1000,则识别测试集中的一幅图像就需要1000*100*100的计算量,当测试集很大时,识别速度非常缓慢。(Face recognition is a s
Character Recognition
- 有关于字符识别,运用了OCR算法,内含完整的数据库和训练程序,还有一些测试集(From the matlab file exchange center, the character recognition written by the foreign gods, using the OCR algorithm, contains a complete training database.)
loadMNIST
- 在MATLAB中读取MNIST数据集,MNIST 数据集来自美国国家标准与技术研究所, National Institute of Standards and Technology (NIST). 训练集 (training set) 由来自 250 个不同人手写的数字构成, 其中 50% 是高中学生, 50% 来自人口普查局 (the Census Bureau) 的工作人员. 测试集(test set) 也是同样比例的手写数字数据.(read MNIST data set in MATLAB
1DCNN
- 使用卷积神经网络实现心电异常分类,内含损失函数,验证集、测试集等(ECG anomaly classification using convolutional neural network)