代码搜索:Distortion
找到约 806 项符合「Distortion」的源代码
代码结果 806
www.eeworm.com/read/294611/8216817
m som_distortion.m
function [adm,admu,tdmu] = som_distortion(sM, D, arg1, arg2)
%SOM_DISTORTION Calculate distortion measure for the map.
%
% [adm,admu,tdmu] = som_distortion(sMap, D, [radius], ['prob'])
%
% adm = som
www.eeworm.com/read/367875/9725064
m som_distortion.m
function [adm,admu,tdmu] = som_distortion(sM, D, arg1, arg2)
%SOM_DISTORTION Calculate distortion measure for the map.
%
% [adm,admu,tdmu] = som_distortion(sMap, D, [radius], ['prob'])
%
% adm = som
www.eeworm.com/read/235928/14041733
m som_distortion.m
function [adm,admu,tdmu] = som_distortion(sM, D, arg1, arg2)
%SOM_DISTORTION Calculate distortion measure for the map.
%
% [adm,admu,tdmu] = som_distortion(sMap, D, [radius], ['prob'])
%
% adm = som
www.eeworm.com/read/132818/14072264
zip guitar_distortion.zip
www.eeworm.com/read/202876/15370678
m comp_distortion.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/202876/15370725
m apply_distortion.m
function [xd,dxddk] = apply_distortion(x,k)
% Complete the distortion vector if you are using the simple distortion model:
length_k = length(k);
if length_k
www.eeworm.com/read/384512/8866095
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);
www.eeworm.com/read/358669/10182374
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/358669/10182437
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/358669/10182448
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)