代码搜索结果

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

recognition_demo.m

% Describes all steps of behavior recognition; example for facial expressions. % % The file describes the following: % 1) data format [3 choices] % 2) feature detection & description [2 choices] %

recog_test_nfold.m

% Test the performance of behavior recognition using cross validation. % % Training occurs on all but (n-1) of the sets and testing on the remaining one, giving a % total of (n) training/testing scena

contents.m

% CUBOIDS/RECOGNITION % See also % % Demo % recognition_demo - Describes all steps of behavior recognition; example for facial expressions. % datadir - Get location of data; alter

recog_test.m

% Test the performance of behavior recognition using the cuboid representation. % % Given n sets of data, each containing multiple data instances, we train on 1 set at a % time, and then test on each

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); %%%%%%%%%%%

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); %%%%%%%%%%%

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

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); %%%%%%%%%%%

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