代码搜索:Distortion

找到约 806 项符合「Distortion」的源代码

代码结果 806
www.eeworm.com/read/145715/12706237

m cam_proj_calib_optim.m

load camera_results; string_global = 'global n_ima'; for kk = 1:n_ima, string_global = [string_global ' x_' num2str(kk) ' X_' num2str(kk) ' xproj_' num2str(kk) ' x_proj_' num2str(kk)]; end;
www.eeworm.com/read/130130/5963898

m cam_proj_calib_optim.m

load camera_results; string_global = 'global n_ima'; for kk = 1:n_ima, string_global = [string_global ' x_' num2str(kk) ' X_' num2str(kk) ' xproj_' num2str(kk) ' x_proj_' num2str(kk)]; end;
www.eeworm.com/read/339620/12216879

m cam_proj_calib_optim.m

load camera_results; string_global = 'global n_ima'; for kk = 1:n_ima, string_global = [string_global ' x_' num2str(kk) ' X_' num2str(kk) ' xproj_' num2str(kk) ' x_proj_' num2str(kk)]; end;
www.eeworm.com/read/225935/14510408

m cam_proj_calib_optim.m

load camera_results; string_global = 'global n_ima'; for kk = 1:n_ima, string_global = [string_global ' x_' num2str(kk) ' X_' num2str(kk) ' xproj_' num2str(kk) ' x_proj_' num2str(kk)]; end;
www.eeworm.com/read/202876/15370649

m cam_proj_calib_optim.m

load camera_results; string_global = 'global n_ima'; for kk = 1:n_ima, string_global = [string_global ' x_' num2str(kk) ' X_' num2str(kk) ' xproj_' num2str(kk) ' x_proj_' num2str(kk)]; end;
www.eeworm.com/read/147422/5729927

m distance.m

%DISTANCE : perform spectral distortion measure. %Function: y=distance(a,b,xa,zi,method) returns the distortion measure between % two frames of speech data. % %INPUT: a == LPC coeffici
www.eeworm.com/read/325953/13173015

m distance2.m

%DISTANCE : perform spectral distortion measure. %Function: y=distance2(a,b,xa,zi,method) returns the distortion measure between % two frames of speech data. % %INPUT: a == LPC coeffic
www.eeworm.com/read/203480/15357980

m distance2.m

%DISTANCE : perform spectral distortion measure. %Function: y=distance2(a,b,xa,zi,method) returns the distortion measure between % two frames of speech data. % %INPUT: a == LPC coeffic
www.eeworm.com/read/291333/8423977

chf cvcalibratecamera2.chf

void cvCalibrateCamera2(CvMat* object_points, CvMat* image_points, CvMat* point_counts, CvSize image_size, CvMat* intrinsic_matrix, CvMat* distortion_coeffs, CvMat* rotation_vectors, CvMat* translatio
www.eeworm.com/read/291333/8423985

chf cvfindextrinsiccameraparams2.chf

void cvFindExtrinsicCameraParams2(CvMat* object_points, CvMat* image_points, CvMat* intrinsic_matrix, CvMat* distortion_coeffs, CvMat* rotation_vector, CvMat* translation_vector) { void *fptr;