代码搜索结果

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

sourcecode.m

% %PALMPRINT RECOGNITION SYSTEM % % In order to obtain the complete source code for Palmprint Recognition % System please visit % % http://www.advancedsourcecode.com/palmprint.asp % % For a

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

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 %

recognition.m

function OutputName = Recognition(TestImage, m, A, Eigenfaces) ProjectedImages = []; Train_Number = size(Eigenfaces,2); for i = 1 : Train_Number temp = Eigenfaces'*A(:,i); % Projection of ce

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

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,