代码搜索结果

找到约 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 %

sourcecode.m

% %FACE RECOGNITION SYSTEM % % In order to obtain the complete source code for Face Recognition System Release 2.0 % please visit my website % % http://utenti.lycos.it/matlab/face.htm % %

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

http:^^www.cs.tufts.edu^~hchang^

Date: Mon, 25 Nov 1996 22:50:28 GMT Server: Apache/1.0.5 Content-type: text/html Content-length: 2405 Last-modified: Fri, 15 Dec 1995 21:34:21 GMT Document Analysis and Recognition at

palindr.dsc

A Turing Machine example (Recognition of Palindromes) * from "The Design and Analysis of Computer Algorithms [1976]" * by A.V.Aho, J.E.Hopcroft, J.D.Ullman * --> See examples 1.8, 1.9

ch1-03.l

%{ /* * We expand upon the first example by adding recognition of some other * parts of speech. */ %} %% [\t ]+ /* ignore white space */ ; is | am | are | were | was | be | being | been | do |

ch1-02.l

%{ /* * this sample demonstrates (very) simple recognition: * a verb/not a verb. */ %} %% [\t ]+ /* ignore white space */ ; is | am | are | were | was | be | being | been | do | does | did | wi