代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/397761/8023704
m example31_error.m
%example31_error:to look the error
%==============
%==============
figure('name','误差曲线图','numbertitle','off');
ploterr(errors,err_goal);
www.eeworm.com/read/397761/8023988
m example26_error.m
%line3_error:to look the error
%==============
%==============
figure('name','误差曲线图','numbertitle','off');
ploterr(errors);
www.eeworm.com/read/397761/8024000
m example33_error.m
%to look the error
%==============
%==============
figure('name','误差曲线图','numbertitle','off');
ploterr(errors,err_goal);
www.eeworm.com/read/397761/8024118
m example25_error.m
%line2_error:to look the error
%==============
%==============
figure('name','误差曲线图','numbertitle','off');
ploterr(error);
www.eeworm.com/read/297325/8029710
m comp_error_calib.m
%%%%%%%%%%%%%%%%%%%% RECOMPUTES THE REPROJECTION ERROR %%%%%%%%%%%%%%%%%%%%%%%%
check_active_images;
% Reproject the patterns on the images, and compute the pixel errors:
ex = []; % Global er
www.eeworm.com/read/297325/8029759
m run_error_analysis.m
www.eeworm.com/read/297325/8029762
m error_cam_proj.m
function e_global = error_cam_proj(param);
global n_ima x_1 X_1 xproj_1 x_proj_1 x_2 X_2 xproj_2 x_proj_2 x_3 X_3 xproj_3 x_proj_3 x_4 X_4 xproj_4 x_proj_4 x_5 X_5 xproj_5 x_proj_5 x_6 X_6 xproj_6
www.eeworm.com/read/297325/8029818
m error_depth_list.m
function err_total = error_depth_list(param_dist,xcn_list,xpn_list,R,T,X_shape_list,ind_list);
N_view = length(ind_list);
err_total = [];
N_pts = zeros(1,N_view);
for kk = 1:N_view,
www.eeworm.com/read/197053/8033322
c drv_dsp_error.c
/******************************************************************************/
/* [NAME] :Drv_DSP_Error.c */
/* [OUTLINE]: */
/* [HISTORY]: */
www.eeworm.com/read/197051/8033536