代码搜索结果

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

color.m

function [c]=color(i) % COLOR returns the one of 7 color (modulo) % % Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac % (c) Czech Technical University Prague, http://cmp.fel

marker.m

function [m]=marker(i) % MARKER returs the marker specified by i from a given set % % Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac % (c) Czech Technical University Prague,

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

setpath.m

function []=setpath(toolboxroot) % []=setpath(toolboxroot) % % SETPATH adds path of the Statistical Pattern Recognition Toolbox. % The function argument determines where the root directory %

readme.hmm

H I D D E N M A R K O V M O D E L for automatic speech recognition 7/30/95 This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training a

stprpath.m~

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

stprpath.m

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

contents.m

% Demo on Optical Character Recognition (OCR) for handwritten numerals. % % models (dir) - Different SVM models trained for OCR system. % % collect_chars - Collecting training examples for OCR. % mpa

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

demo_ocr.m

% DEMO_OCR Demo on Optical Character Recognition using SVM. % % Synopsis: % demo_ocr; % % Description: % For more information type 'help ocr'. % % About: Statistical Pattern Recognition Toolbox %