代码搜索:Distortion

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

代码结果 806
www.eeworm.com/read/358669/10182450

m comp_fisheye_distortion.m

function [x] = comp_fisheye_distortion(xd,k) %comp_fisheye_distortion.m % %[x] = comp_fisheye_distortion(xd,k) % %Compensates for fisheye distortions % %INPUT: xd: distorted (normalized) point coord
www.eeworm.com/read/358669/10182455

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
www.eeworm.com/read/358669/10182464

m apply_fisheye_distortion.m

function [xd] = apply_fisheye_distortion(x,k) %apply_fisheye_distortion.m % %[x] = apply_fisheye_distortion(xd,k) % %Apply the fisheye distortions % %INPUT: x: undistorted (normalized) point coordin
www.eeworm.com/read/358669/10182476

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/297325/8029822

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/297325/8030004

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/297325/8030032

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/297325/8030054

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
www.eeworm.com/read/297325/8030111

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/397115/8066584

m som_distortion3.m

function [Err,sPropTotal,sPropMunits,sPropComps] = som_distortion3(sM,D,rad) %SOM_DISTORTION3 Map distortion measures. % % [sE,Err] = som_distortion3(sM,[D],[rad]); % % sE = som_distortion3(sM);