代码搜索结果

找到约 12,326 项符合 M 的代码

demo.m

%Speaker Identification Demo %Amin Koohi(AminKoohi@yahoo.com OR AminSohrevardi@yahoo.com ) % %Example: % >> code = train('train\', 8); %(Training stage) % >> test('test\', 8, code)

torr_test_mat.m

% By Philip Torr 2002 % copyright Microsoft Corp. %a script to display synthetic matches. %generate synthetic data [true_F,x1,y1,x2,y2,nx1,ny1,nx2,ny2,true_C,true_R,true_t, true_E] = torr_gen_2v

torr_display_structure.m

% By Philip Torr 2002 % copyright Microsoft Corp. function f1 = torr_display_structure(X, P1, P2,display_numbers,f1) if nargin < 4 display_numbers = 0; end if nargin < 5 f1 = figu

torr_grad_f.m

% By Philip Torr 2002 % copyright Microsoft Corp. % % %designed for the good of the world by Philip Torr based on ideas contained in % copyright Philip Torr and Microsoft Corp 2002 % %returns

torr_main_f_ave.m

% By Philip Torr 2002 % copyright Microsoft Corp. %main() clear all m3 = 256; sse2t = 0; % % randn('state',0) % rand('state',0) no_methods = 6; best_method_array = zeros(no_methods,1); m

torr_self_calib.m

% By Philip Torr 2002 % copyright Microsoft Corp. %this function allows for self calibration function f = torr_self_calib_f(x1,y1,x2,y2, no_matches,m3)

torr_tool.m

% By Philip Torr 2002 % copyright Microsoft Corp. % % %designed for the good of the world by Philip Torr based on ideas contained in % copyright Philip Torr and Microsoft Corp 2002 % % @inproceedin

torr_main_rotation_ave2.m

% By Philip Torr 2002 % copyright Microsoft Corp. %main() %profile on m3 = 170; sse2t = 0; %method = 5; % state_rand = 400; randn('state',state_rand) rand('state',state_rand) tra

torr_m_menu.m

% By Philip Torr 2002 % copyright Microsoft Corp. function match_param_out = c_menu(varargin) % C_MENU Application M-file for c_menu.fig % FIG = C_MENU launch c_menu GUI. % C_MENU('callback_name