代码搜索:Distortion

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

代码结果 806
www.eeworm.com/read/130130/5963897

m script_fit_distortion.m

satis_distort = 0; disp(['Estimated focal: ' num2str(f_g) ' pixels']); while ~satis_distort, k_g = input('Guess for distortion factor kc ([]=0): '); i
www.eeworm.com/read/130130/5963926

m comp_distortion2.m

function [x_comp] = comp_distortion(x_dist,k2); % [x_comp] = comp_distortion(x_dist,k2); % % compensates the radial distortion of the camera % on the image plane. %
www.eeworm.com/read/130130/5963942

m comp_distortion_oulu.m

function [x] = comp_distortion_oulu(xd,k); %comp_distortion_oulu.m % %[x] = comp_distortion_oulu(xd,k) % %Compensates for radial and tangential distortion. Model From Oulu university. %For mor
www.eeworm.com/read/152439/12113670

m script_fit_distortion.m

satis_distort = 0; disp(['Estimated focal: ' num2str(f_g) ' pixels']); while ~satis_distort, k_g = input('Guess for distortion factor kc ([]=0): '); i
www.eeworm.com/read/152439/12113759

m comp_distortion2.m

function [x_comp] = comp_distortion(x_dist,k2); % [x_comp] = comp_distortion(x_dist,k2); % % compensates the radial distortion of the camera % on the image plane. %
www.eeworm.com/read/152439/12113812

m comp_distortion_oulu.m

function [x] = comp_distortion_oulu(xd,k); %comp_distortion_oulu.m % %[x] = comp_distortion_oulu(xd,k) % %Compensates for radial and tangential distortion. Model From Oulu university. %For mor
www.eeworm.com/read/339620/12216873

m script_fit_distortion.m

satis_distort = 0; disp(['Estimated focal: ' num2str(f_g) ' pixels']); while ~satis_distort, k_g = input('Guess for distortion factor kc ([]=0): '); i
www.eeworm.com/read/339620/12217121

m comp_distortion2.m

function [x_comp] = comp_distortion(x_dist,k2); % [x_comp] = comp_distortion(x_dist,k2); % % compensates the radial distortion of the camera % on the image plane. %
www.eeworm.com/read/339620/12217182

m apply_distortion2.m

function [xd,dxddk,dxddx] = apply_distortion2(x,k) [m,n] = size(x); % Add distortion: r2 = x(1,:).^2 + x(2,:).^2; r4 = r2.^2; r6 = r2.^3; % Radial distortion: cdist = 1 + k(1)
www.eeworm.com/read/339620/12217212

m extract_distortion_data.m

%%% Small script file that etst %load Calib_Results; % Collect all the points distorted (xd) and undistorted (xn) from the % images: xn = []; xd = []; for kk = ind_active, eval(['x_k