代码搜索结果

找到约 1,827 项符合 Recognition 的代码

prtools.m

% Pattern Recognition Tools % Version 4.1.1 23-Jul-2007 % %Datasets and Mappings (just most important routines) %--------------------- %dataset Define dataset from datamatrix and labels %datasets

malic说明.txt

码,它是SourceForge上的一个开源项目,使用Malib实现实时处理,CSU Face Identification Evaluation System进行人脸识别。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,线性判别分析(PCA+LDA),图像差分分类器(IIDC),弹性图像匹配算法(

pca.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PCA Face Recognition Script % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % by Teofilo Emidio de Campos % mailto:teo@ime.usp.br % http://www.ime.usp.br/~teo % ICQ# 6011445

readme.1st

_________________________________________________ PCA Face Recognition MatLab implementation http://www.vision.ime.usp.br/~teo/pca _________________________________________________ Ins

test.m

%function lpr_loc() % license plate recognition - car plate location based on color model % modified by ZHAO Hui, April 30th,2005 I=imread('Car.jpg'); [y,x,z]=size(I); myI=double(I); %%%%%%%%%%%

contents.m

% Pattern Recognition Tools % Version 4.1.3 10-Jun-2008 % %Datasets and Mappings (just most important routines) %--------------------- %dataset Define dataset from datamatrix and labels %datasets

prtools.m

% Pattern Recognition Tools % Version 4.1.3 10-Jun-2008 % %Datasets and Mappings (just most important routines) %--------------------- %dataset Define dataset from datamatrix and labels %datasets

hrec.h

/* ----------------------------------------------------------- */ /* */ /* ___ */ /*

shadowremoval.m

clear F=(imread('C:\Downloads\PCA_based Face Recognition System\TestDatabase\1.jpg'));% feeding input matrix % F=rgb2gray(F); % change bmp into gray-level image. % imshow(F); [row,col]=size(F);%

karhunenloeve.m

% Karhunen-Loeve, for face recognition % By Alex Chirokov, Alex.Chirokov@gmail.com clear all; % Load the ATT image set k = 0; for i=1:1:40 for j=1:1:10 filename = sprintf('C:\\M