代码搜索结果

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

decision_ica_final.m

% This code used to apply ICA(Independent Component Analysis) to make a recognition % to images or any patterns % This code is edited by Eng. Alaa Tharwat Abd El.

decision_pca_final.m

% This code used to apply PCA(Principal Component Analysis) to make a recognition % to images or any patterns % This code is edited by Eng. Alaa Tharwat Abd El. Mo

contents.m

% This toolbox was edited by Eng.\ Alaa Tharwat Othman % This toolbox is designed to use into pattern recognition systems (specially for images) % This code is edited by Eng. Alaa Tharwat Abd El. Mo

decision_lda_final.m

% This code used to apply LDA(Linear Discriminant Analysis) to make a recognition % to images or any patterns % This code is edited by Eng. Alaa Tharwat Abd El. Mo

readme.txt

% This toolbox was edited by Eng.\ Alaa Tharwat Othman % This toolbox is designed to use into pattern recognition systems (specially for images) % This code is edited by Eng. Alaa Tharwat Abd El. Mo

decision_dct_final.m

% This code used to apply DCT(Discrete Cosine Transform) to make a recognition % to images or any patterns % This code is edited by Eng. Alaa Tharwat Abd El. Monaa

pr_loqo.h

/* * File: pr_loqo.h * Purpose: solves quadratic programming problem for pattern recognition * for support vectors * * Author: Alex J. Smola * Created: 10/14/97

pr_loqo.c

/* * File: pr_loqo.c * Purpose: solves quadratic programming problem for pattern recognition * for support vectors * * Author: Alex J. Smola * Created: 10/14/97

lalr_transition.java

package java_cup; /** This class represents a transition in an LALR viable prefix recognition * machine. Transitions can be under terminals for non-terminals. They are * internally linked toge