搜索资源列表
ModularPCA
- matlab编写的Modular PCA的源代码,以Yale人脸库为例。Moduplar PCA首先对原始图像分块,然后对分块后的所有子图像进行PCA分析提取投影特征,对待识别图像也是先进行分块,然后分别计算子图像在投影特征下的投影系数,最后根据最近邻分类器进行分类。
adaboost.rar
- adboost分类器 matlab源程序 用于训练样本 实现分类 ,adboost classfication
fisher.rar
- 这是模式识别中线性分类器中最常用的fisher线性分类器,并在结果中画出了分类线和分类效果,This is image restoration in the Iterative Blind Deconvolution algorithm matlab source for the study of digital image has a lot of benefits!
code
- 代码是MATLAB环境下基于k-nn算法的分类器对数据iris的分析-under matlab environment based on k-nn classifier for the iris.data
k-nnaustralia
- 基于MATLAB环境下k-nn算法分类器对Australia.data的分析-under matlab based on the k-nn classifier analysis for the australia.data
matlab
- 模式识别中的线性分类器的设计,包括感知机,最小二乘法和支撑矢量机的算法的MATLAB代码。-Pattern Recognition linear classifier design, including perception, least squares and support vector machine algorithm MATLAB code.
zuijinlinfenlei
- 我们使用MATLAB软件实现了人脸识别并统计其识别率。本实验采用PCA(主成分分析)方法,利用K-L变换和奇异值分解原理实现。并分别采用最近邻法分类器得出它们的成功率。-We use face recognition software and the MATLAB Statistics recognition rate. The present study, PCA (principal component analysis) method, using KL transform and sin
Matlab-Bayers
- 用matlab实现的贝叶斯分类器程序,关于图像的贝叶斯分类程序-matlab bayesian classification
labelTrainDataSetWithGender
- 用matlab将图像数据库文件中的图像生成txt文档,用于训练分类器-Generated by the image in the image database file using matlab txt document, for training the classifier
beiyesi
- 贝叶斯分类器对正常细胞与异常细胞的matlab分类程序-Bayesian classifier matlab classification procedures on normal cells and abnormal cells
jsgd-61
- 该代码采用matlab和C混合编写,是采用随机梯度的方法训练线性分类器,它可用于数据、图像等的多类分类情况。参考论文:Good Practice in Large-Scale Learning for Image Classification-This a Stochastic Gradient Descent algorithm used to train linear multiclass classifiers. It is biased towards large classificat
matlab-face
- 基于PCA和欧几里得距离判据的模板匹配分类器-Euclidean distance criterion based on PCA and template matching classifier
matlab-face-recognition
- 基于PCA和FLD的人脸识别的线性分类器-Face recognition based on PCA and FLD linear classifier
CascadeTrainGUI
- matlab 代码 ,用来训练cascade的分类器-matlab code ,used for train a cascade classifier
hsvSAVEdata
- 将HSV量化数据保存至DATA文件用于SVM分类器(Save the HSV quantized data to the DATA file for the SVM classifier)
PCA
- 对高维图像进行PCA和KNN分类器处理转换为低维图像(use PCA and KNN for high dimensional image)
Facial detector
- 人脸识别系统 通过matlab自带分类器和降噪功能对图片人脸的五官和人脸进行勾勒(The face recognition system is based on Matlab's own classifier and noise reduction function to outline facial features and faces.)
fenlei
- 利用hog提取特征输入到svm分类器中,适用于新手(Using hog extraction feature input to svm classifier, suitable for novices)
人脸识别 MATLAB代码
- 使用pca方法对图像进行特征提取,对训练集的20个人的共一百张人脸进行训练,使用adaboost算法生成强分类器,可以对测试集的人脸图片进行识别,且识别率较高(The PCA method is used to extract the features of the image, and the training is carried out for a total of 100 faces of 20 people in the training set. The AdaBoost algor