代码搜索:Distortion

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

代码结果 806
www.eeworm.com/read/303048/13823291

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/130130/5963913

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/130130/5963935

m apply_distortion.m

function [xd,dxddk] = apply_distortion(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) * r2 +
www.eeworm.com/read/487628/6506637

h me_distortion.h

/*! *************************************************************************** * \file * me_distortion.h * * \author * Alexis Michael Tourapis *
www.eeworm.com/read/487628/6506642

h img_distortion.h

/*! ************************************************************************ * \file img_distortion.h * * \brief * Distortion related definitions * * \author * Main contributor
www.eeworm.com/read/487628/6506700

c me_distortion.c

/*! ************************************************************************************* * \file me_distortion.c * * \brief * Motion estimation error calculation functions * * \author *
www.eeworm.com/read/487628/6506718

c img_distortion.c

/*! ************************************************************************************* * \file img_distortion.c * * \brief * Compute distortion for encoded image * * \author *
www.eeworm.com/read/487628/6506736

c md_distortion.c

/*! *************************************************************************** * \file md_distortion.c * * \brief * Main macroblock mode decision functions and helpers * **********
www.eeworm.com/read/347507/11660653

h me_distortion.h

/*! *************************************************************************** * \file * me_distortion.h * * \author * Alexis Michael Tourapis *
www.eeworm.com/read/347507/11660792

c me_distortion.c

/*! ************************************************************************************* * \file me_distortion.c * * \brief * Motion estimation error calculation functions * * \author *