代码搜索结果
找到约 1,827 项符合
Recognition 的代码
stprpath.m
function stprpath(toolboxroot)
% STPRPATH sets path to Statistical Pattern Recognition Toolbox.
%
% Synopsis:
% stprpath
% stprpath(toolboxroot)
%
% Description:
% stprpath(toolboxroot) se
stprpath.asv
function stprpath(toolboxroot)
% STPRPATH sets path to Statistical Pattern Recognition Toolbox.
%
% Synopsis:
% stprpath
% stprpath(toolboxroot)
%
% Description:
% stprpath(toolboxroot) se
marker_color.m
function c=marker_color(i)
% MARKER_COLOR Returns marker color.
%
% Synopsis:
% c=marker_color(i)
%
% See also MARKER_TYPE
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-200
marker_type.m
function m=marker_type(i)
% MARKER_TYPE Returns marker type.
%
% Synopsis:
% m=marker_type(i)
%
% See also MARKER_COLOR.
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-2003
kernel_fun.h
/* --------------------------------------------------------------------
Evaluation of kernel functions: linear, poly, rbf, sigmoidal.
About: Statistical Pattern Recognition Toolbox
(C) 1999-2003,
kernel_fun.c
/* --------------------------------------------------------------------
Evaluation of kernel functions: linear, poly, rbf, sigmoidal.
About: Statistical Pattern Recognition Toolbox
(C) 1999-2003,
sourcecode.m
%
%FACE RECOGNITION SYSTEM
%
% In order to obtain the complete source code for Face Recognition System Release 2.1
% please visit my website
%
% http://www.advancedsourcecode.com/face.asp
%
facerecexplanation.m
%FACE RECOGNITION SYSTEM
%
% Face recognition system based on EigenFaces Method and Karhunen-Loeve algorithm
% The system functions by projecting face images onto a feature space
% that spans the
readme
PocketSphinx 0.3
This is PocketSphinx, one of Carnegie Mellon University's open source
large vocabulary, speaker-independent continuous speech recognition
engine. Please see the LICENSE file for term
word_align.pl
#!/usr/bin/perl -w
# word_align.pl - Calculate word error and accuracy for a recognition
# hypothesis file vs. a reference transcription
#
# Written by David Huggins-Daines for