代码搜索结果

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

stprpath.m

function stprpath(toolboxroot) % STPRPATH sets path to Statistical Pattern Recognition Toolbox. % % Synopsis: % stprpath % stprpath(toolboxroot) % % Description: % stprpath(toolboxroot) se

contents.m

% Demos of the Statistical Pattern Recognition Toolbox. % % image_denoising - (dir) Image denoising using kernel PCA. % ocr - (dir) Object Character Recognition. % % demo_anderson - G

demo2rgn.rsp

// // file: demo2rgn.rsp // desc: demo2 recognition response file // by: patrick ko shu pui // date: 27 apr 1992 // // 4 input units -i=4 // 4 output units -o=4 // 2 hidden layers -hh

demo1rgn.rsp

// // file: demo1rgn.rsp // desc: demo1 recognition response file // by: patrick ko shu pui // date: 27 apr 1992 // // comment: // // The following response file is equivalent to the command

pca.def

; pca.def : Declares the module parameters for the application. NAME PCA DESCRIPTION 'Principal Components Analysis for Face Recognition' EXETYPE WINDOWS CODE PRELOAD MOV

setaxis.m

function []=setaxis(handle,rect) % function []=setaxis(handle,rect) % % SETAXIS sets scaling for the x- and y-axes % on the plot with a given handle. % % See also AXIS. % % Statistical Patte

readme.txt

% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac % (c) Czech Technical University Prague, http://cmp.felk.cvut.cz % Written Vojtech Franc (diploma thesis) 26.02.2000 % Modifi

setaxis.m

function []=setaxis(handle,rect) % function []=setaxis(handle,rect) % % SETAXIS sets scaling for the x- and y-axes % on the plot with a given handle. % % See also AXIS. % % Statistical Patte

readme.txt

% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac % (c) Czech Technical University Prague, http://cmp.felk.cvut.cz % Written Vojtech Franc (diploma thesis) 26.02.2000 % Modifi

bmpimagedefine.c

//*************************************************************************** // //文件名: BmpImageDefine.c //程序语言: C //功能: Bmp图像数据类型定义 //说明: 五 //完成日期: 2006-2-5 //修改日期: 2005-2-5 //作者: 张斯聪