代码搜索结果

找到约 3,225 项符合 Recognition 的代码

pcarecognition.m

% Face recognition program clear all close all clc % number of images on your training set. M=20; %Chosen std and mean. %It can be any number that it is close to the std and mean of most of

readme.1st

This package contains speech recognition research tools. I implemented a feature extraction program and three most popular speech recognizers, i.e., Dynamic time-wrapping algorithm (DTW), Discrete H

svmex01.m

%SVMexample01a.m %Two Dimension SVM Problem, Two Class and Separable Situation % %Method from Christopher J. C. Burges: %"A Tutorial on Support Vector Machines for Pattern Recognition", page 8 %

todo.lrzsz

- make argv[0]-recognition of X/YModem work with program_name_transform. - look into VMIN code: how to determine if it's usable (it isn't unter FreeBSD and NetBSD (might have changed) and possibly m

todo.lrzsz

- make argv[0]-recognition of X/YModem work with program_name_transform. - look into VMIN code: how to determine if it's usable (it isn't unter FreeBSD and NetBSD (might have changed) and possibly m

bayesdemo2.m

% BAYESDEMO2 demo on Bayes classifiation and error estimation. % Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac % (c) Czech Technical University Prague, http://cmp.felk.cvut.c

pline.m

function []=pline(alpha,theta,arg,win) % []=pline(alpha,theta,arg,win) % % PLINE plots the line alpha'*x=theta. % % Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac % (c) Cz

bayesdemo2.m

% BAYESDEMO2 demo on Bayes classifiation and error estimation. % Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac % (c) Czech Technical University Prague, http://cmp.felk.cvut.c

kpcademo1.m~

echo on; % KPCADEMO1 demo on the Kernel-PCA. % Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac % (c) Czech Technical University Prague, http://cmp.felk.cvut.cz % Modificati

pcademo1.m

% PCADEMO1 demo on use of standard PCA. % Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac % (c) Czech Technical University Prague, http://cmp.felk.cvut.cz % Modifications: %