代码搜索结果

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

readme.txt

程序代码说明 P0801:索书号文字图像分割 P0802:粘连字符切分 P0803:文字识别 P0804:彩色车牌分割 P0805:商标文字分割 Recognition:文字识别的识别子函数 StrDetect01:文字识别的结构特征提取子函数

recognition.m

function [Numeral]=Recognition(StrokeTop,StrokeLeft,StrokeRight,StrokeBottom,Comp) % 采用四边的轮廓结构特征和笔划统计(仅针对 0 和 8)识别残缺数字 % Comp 是用于识别 0和8 的底部补充信息 StrT='T'; StrL='T'; StrR='T'; StrB='T'; RStr='T';

help.listen

Recognition with listen does not work if you didn't record all the words with 'train_ears'. As of now, with 'listen' you can only test the recognition engine. The recording window is nearly the sam

example35re.m

%nn1R, Recognition of BP network %=============== %例3.5 训练好的BP网络识别加了噪声的测试样本 %=============== clc; [length,width]=size(b1); b=double(b1); q=reshape(b,length*width,1); %改32*32的矩阵为1024*1的矩阵

example35re.m

%nn1R, Recognition of BP network %=============== %例3.5 训练好的BP网络识别加了噪声的测试样本 %=============== clc; [length,width]=size(b1); b=double(b1); q=reshape(b,length*width,1); %改32*32的矩阵为1024*1的矩阵

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

readme.txt

程序代码说明 P0801:索书号文字图像分割 P0802:粘连字符切分 P0803:文字识别 P0804:彩色车牌分割 P0805:商标文字分割 Recognition:文字识别的识别子函数 StrDetect01:文字识别的结构特征提取子函数

recognition.m

function [Numeral]=Recognition(StrokeTop,StrokeLeft,StrokeRight,StrokeBottom,Comp) % 采用四边的轮廓结构特征和笔划统计(仅针对 0 和 8)识别残缺数字 % Comp 是用于识别 0和8 的底部补充信息 StrT='T'; StrL='T'; StrR='T'; StrB='T'; RStr='T';

clrchild.m

function []=clrchild(handle) % function []=clraxis(handle) % % CLRCHILD clears children of an object with the given handle. % % See also DELETE. % % Statistical Pattern Recognition Toolbox, Voj