代码搜索结果
找到约 1,827 项符合
Recognition 的代码
prtools.m
% Pattern Recognition Tools
% Version 4.0.14 04-Mar-2005
%
%Datasets and Mappings (just most important routines)
%---------------------
%dataset Define and retrieve dataset from datamatrix and lab
test.m
function lpr_loc()
% license plate recognition - car plate location based on color model
% modified by ZHAO Hui, April 30th,2005
I=imread('Car.jpg');
[y,x,z]=size(I);
myI=double(I);
%%%%%%%%%%%
loadfile.do.htm
MATLAB Central File Exchange - Face Recognition
face_recognition.m
%% Face recognition
% This algorithm uses the eigenface system (based on pricipal component
% analysis - PCA) to recognize faces. For more information on this method
% refer to http://cnx.org/conte
char3.m
%% Character Recognition Example (III):Training a Simple NN for
%% classification
%% Read the image
I = imread('sample.bmp');
%% Image Preprocessing
img = edu_imgpreprocess(I);
for cnt = 1:5
rrm.hmm
HMMER2.0 [2.2g]
NAME rrm
ACC PF00076
DESC RNA recognition motif. (a.k.a. RRM, RBD, or RNP domain)
LENG 77
ALPH Amino
RF no
CS yes
MAP yes
COM ../src/hmmbuild -F rrm.hmm rrm.sto
COM
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
orl_rbf_0822_1534.m
%% derived from "Face Recognition With Radial Basis Function (RBF) Neural Networks"
%% which is written by M.J.Er,S.Q.Wu, J.W.Lu and H.L.Toh in 2002.
clear all;
close all;
ratio = 4;
class_nu