pyrlow.m

来自「matlab的steel金字塔小波分解源代码」· M 代码 · 共 13 行

M
13
字号
% RES = pyrLow(PYR, INDICES)%% Access the lowpass subband from a pyramid %   (gaussian, laplacian, QMF/wavelet, steerable).% Eero Simoncelli, 6/96.function res =  pyrLow(pyr,pind)band = size(pind,1);res = reshape( pyr(pyrBandIndices(pind,band)), pind(band,1), pind(band,2) );

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?