代码搜索结果
找到约 1,827 项符合
Recognition 的代码
face recognition by santiago serrano.m
% Face recognition by Santiago Serrano
clear all
close all
clc
% number of images on your training set.
M=10;
%Chosen std and mean.
%It can be any number that it is close to the std and mean
ex_sprec.m
%ex_sprec (Unrealistic) example of isolated word recognition
% (in speaker-dependent mode) with the h2m functions.
%
% Beware : This is not a real demo, so you should take a look at the
%
stprpath.m~
function stprpath(toolboxroot)
% STPRPATH sets path to Statistical Pattern Recognition Toolbox.
%
% Synopsis:
% stprpath
% stprpath(toolboxroot)
%
% Description:
% stprpath(toolboxroot) se
stprpath.m
function stprpath(toolboxroot)
% STPRPATH sets path to Statistical Pattern Recognition Toolbox.
%
% Synopsis:
% stprpath
% stprpath(toolboxroot)
%
% Description:
% stprpath(toolboxroot) se
contents.m
% Demo on Optical Character Recognition (OCR) for handwritten numerals.
%
% models (dir) - Different SVM models trained for OCR system.
%
% collect_chars - Collecting training examples for OCR.
% mpa
contents.m
% Demos of the Statistical Pattern Recognition Toolbox.
%
% image_denoising - (dir) Image denoising using kernel PCA.
% ocr - (dir) Object Character Recognition.
%
% demo_anderson - G
demo_ocr.m
% DEMO_OCR Demo on Optical Character Recognition using SVM.
%
% Synopsis:
% demo_ocr;
%
% Description:
% For more information type 'help ocr'.
%
% About: Statistical Pattern Recognition Toolbox
%
utils.h
/*
/* Description: Implements the training of the embedded
/* hidden markov model for face recognition
*/
#ifndef _Utils_H_
#define _Utils_H_
//Disable OpenCv type cast warning
#pragma wa
recognizeehmm.h
/*
/* Description: Implements the recognition using embedded
/* hidden markov model for face recognition
*/
#ifndef _RecognizeEHMM_H_
#define _RecognizeEHMM_H_
//Disable OpenCv type cast w
read.me
In this file we have a SVM_toolbox for matlab.
The file irwls.m solves the SVM for pattern recognition.
The files irwls1.m solves the SVM for regression estimation.
The files svcplot and svrp