代码搜索结果
找到约 3,225 项符合
Recognition 的代码
marker_type.m
function m=marker_type(i)
% MARKER_TYPE Returns marker type.
%
% Synopsis:
% m=marker_type(i)
%
% See also MARKER_COLOR.
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-2003
cha_rec.m
% 用BP网络进行字符识别的例子
% 网络生成
[alphabet,targets]=prprob; % Character recognition problem definition
S1=10; % 定义隐层神经元数目
[R, Q]= size(alphabet
dateextration.m
% license plate recognition - car plate location based on color model
% modified by KouLiangzhi, Oct 10th,2007
I=imread('Car.jpg');
[y,x,z]=size(I);
myI=double(I);
%%%%%%%%%%% 统计分析 %%%%%%%%%%%%
marker_color.m
function c=marker_color(i)
% MARKER_COLOR Returns marker color.
%
% Synopsis:
% c=marker_color(i)
%
% See also MARKER_TYPE
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-200
marker_type.m
function m=marker_type(i)
% MARKER_TYPE Returns marker type.
%
% Synopsis:
% m=marker_type(i)
%
% See also MARKER_COLOR.
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-2003
marker_color.m
function c=marker_color(i)
% MARKER_COLOR Returns marker color.
%
% Synopsis:
% c=marker_color(i)
%
% See also MARKER_TYPE
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-200
marker_type.m
function m=marker_type(i)
% MARKER_TYPE Returns marker type.
%
% Synopsis:
% m=marker_type(i)
%
% See also MARKER_COLOR.
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-2003
example.tst
(set-sequence-operator-recognition FALSE)
(set-dynamic-constraint-checking FALSE)
(set-strategy depth)
(unwatch all)
(watch rules)
; mab.clp test
(clear)
(open "example.rsl" example "w")
(load "compli
example.tst
(set-sequence-operator-recognition FALSE)
(set-dynamic-constraint-checking FALSE)
(set-strategy depth)
(unwatch all)
(watch rules)
; mab.clp test
(clear)
(open "example.rsl" example "w")
(load "compli
appcr1.m
%APPCR1 Character recognition.
% Mark Beale, 12-15-93
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.15 $ $Date: 2002/04/14 21:25:18 $
clf;
figure(gcf)
echo on
% NEWFF