代码搜索:Pyramidal

找到约 53 项符合「Pyramidal」的源代码

代码结果 53
www.eeworm.com/read/389321/8533485

txt readme.txt

This is the readme file for the PDTDFB toolbox, which is a shiftable pyramidal decomposition ( see references ). Many functions are developped based on the contourlet toolbox available at http://w
www.eeworm.com/read/428644/8854270

m featureselection.m

function corners = featureSelection(img, wX, wY, threshold) % file: featureSelection.m % purpose: Implement the feature selection methodology detailed in % subsection 3 of "Pyramidal Impl
www.eeworm.com/read/337505/12365374

m feature_extract.m

function energy=feature_extract(img) enhanceresult = histeq(img); X=enhanceresult; nlevels = [5] ; % Decomposition level pfilter = 'pkva' ; % Pyramidal filter dfilter = 'p
www.eeworm.com/read/389321/8533465

m pdtdfbdec.m

function y = pdtdfbdec(x, nlevs, lpfname, dfname, wfname, res) % PDTDFBDEC Pyramidal Dual Tree Directional Filter Bank Decomposition % % y = pdtdfbdec(x, nlevs, [lpfname], [dfname], [wfname], [res])
www.eeworm.com/read/359212/10161140

m ipyramid.m

%IPYRAMID Pyramidal image decomposition % % p = ipyramid(im) % p = ipyramid(im, sigma) % p = ipyramid(im, sigma, N) % % Compute pyramid decomposition of input image, IM, using Gaussian % smoothing of
www.eeworm.com/read/161485/10404299

m perform_steerable_transform.m

function y = perform_steerable_transform(x, Jmin,options) % perform_steerable_transform - steerable pyramidal transform % % y = perform_steerable_transform(x, Jmin,options); % % This is jus
www.eeworm.com/read/461728/7221213

m perform_steerable_transform.m

function y = perform_steerable_transform(x, Jmin,options) % perform_steerable_transform - steerable pyramidal transform % % y = perform_steerable_transform(x, Jmin,options); % % This is jus
www.eeworm.com/read/200388/15434336

m ipyramid.m

%IPYRAMID Pyramidal image decomposition % % p = ipyramid(im) % p = ipyramid(im, sigma) % p = ipyramid(im, sigma, N) % % Compute pyramid decomposition of input image, IM, using Gaussian % smoothing of
www.eeworm.com/read/161485/10404050

m perform_pyramid_transform_simoncelli.m

function y = perform_pyramid_transform_simoncelli(x, Jmin,options) % perform_pyramid_transform_simoncelli - Laplacian pyramidal transform % % y = perform_pyramid_transform_simoncelli(x, Jmin);
www.eeworm.com/read/134896/13971288

m pyramid.m

%PYRAMID Pyramidal image decomposition % % p = pyramid(im) % p = pyramid(im, sigma) % p = pyramid(im, sigma, N) % % Compute pyramid decomposition of input image, IM, using Gaussian % smoothing of SIGM