代码搜索:FORMALISM

找到约 17 项符合「FORMALISM」的源代码

代码结果 17
www.eeworm.com/read/336887/12411344

m contents.m

% Continuous:Contents v802 -- Continuous Wavelet Transform tools % % The routines in this directory perform periodic Continuous Wavelet % Transforms of 1-d signals, and tasks associated with CWT -
www.eeworm.com/read/358669/10182400

m compute_collineation.m

function [H,Hnorm,inv_Hnorm] = compute_collineation (a00, a10, a11, a01); % new formalism using homographies a00 = a00 / a00(3); a10 = a10 / a10(3); a11 = a11 / a11(3); a01 = a01 / a01(3);
www.eeworm.com/read/358669/10182433

m projectedgrid.m

function [XX,H] = projectedGrid ( P1, P2, P3, P4 , nx, ny); % new formalism using homographies a00 = [P1;1]; a10 = [P2;1]; a11 = [P3;1]; a01 = [P4;1]; % Compute the planart collineation:
www.eeworm.com/read/297325/8029886

m compute_collineation.m

function [H,Hnorm,inv_Hnorm] = compute_collineation (a00, a10, a11, a01); % new formalism using homographies a00 = a00 / a00(3); a10 = a10 / a10(3); a11 = a11 / a11(3); a01 = a01 / a01(3);
www.eeworm.com/read/297325/8029997

m projectedgrid.m

function [XX,H] = projectedGrid ( P1, P2, P3, P4 , nx, ny); % new formalism using homographies a00 = [P1;1]; a10 = [P2;1]; a11 = [P3;1]; a01 = [P4;1]; % Compute the planart collineation:
www.eeworm.com/read/145715/12706307

m compute_collineation.m

function [H,Hnorm,inv_Hnorm] = compute_collineation (a00, a10, a11, a01); % new formalism using homographies a00 = a00 / a00(3); a10 = a10 / a10(3); a11 = a11 / a11(3); a01 = a01 / a01(3);
www.eeworm.com/read/145715/12706395

m projectedgrid.m

function [XX,H] = projectedGrid ( P1, P2, P3, P4 , nx, ny); % new formalism using homographies a00 = [P1;1]; a10 = [P2;1]; a11 = [P3;1]; a01 = [P4;1]; % Compute the planart collineation:
www.eeworm.com/read/130130/5963910

m compute_collineation.m

function [H,Hnorm,inv_Hnorm] = compute_collineation (a00, a10, a11, a01); % new formalism using homographies a00 = a00 / a00(3); a10 = a10 / a10(3); a11 = a11 / a11(3); a01 = a01 / a01(3);
www.eeworm.com/read/130130/5963924

m projectedgrid.m

function [XX,H] = projectedGrid ( P1, P2, P3, P4 , nx, ny); % new formalism using homographies a00 = [P1;1]; a10 = [P2;1]; a11 = [P3;1]; a01 = [P4;1]; % Compute the planart collineation:
www.eeworm.com/read/152439/12113712

m compute_collineation.m

function [H,Hnorm,inv_Hnorm] = compute_collineation (a00, a10, a11, a01); % new formalism using homographies a00 = a00 / a00(3); a10 = a10 / a10(3); a11 = a11 / a11(3); a01 = a01 / a01(3);