代码搜索结果
找到约 3,225 项符合
Recognition 的代码
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
train.m
function code = train(traindir, n)
% Speaker Recognition: Training Stage
%
% Input:
% traindir : string name of directory contains all train sound files
% n : number of train files
contents.m
% Pattern Recognition Tools
% Version URV 24-Mar-2004
%
% This is prelimanary, many support routines in ./private ./@datasets
% and ./@mappings are not mentioned.
%
%Datasets and Mappings (just most i
prtools.m
% Pattern Recognition Tools
% Version URV 24-Mar-2004
%
% This is prelimanary, many support routines in ./private ./@datasets
% and ./@mappings are not mentioned.
%
%Datasets and Mappings (just most i
codice_b.m
%
% In order to obtain a simple and effective source code for
% Fingerprint Recognition System please visit
% http://utenti.lycos.it/matlab/beginner.htm
%
% There you will be able to make a sma
facerec.m
%FACE RECOGNITION SCRIPT
%First takes the last selected image
%Calls the images from database
%Applies PCA to images
%Compares the last selected image with database images and says if it is
%foun
facerec.asv
%FACE RECOGNITION SCRIPT
%First takes the last selected image
%Calls the images from database
%Applies PCA to images
%Compares the last selected image with database images and says if it is
%foun
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