Home > Util > recon_pyr.m

recon_pyr

PURPOSE ^

RES = recon_pyr(PYR, INDICES, LEVS)

SYNOPSIS ^

function res = reconLpyr(pyr, ind, levs)

DESCRIPTION ^

 RES = recon_pyr(PYR, INDICES, LEVS)

 Reconstruct image from Laplacian pyramid, as created by buildLpyr.

 PYR is a vector containing the N pyramid subbands, ordered from fine
 to coarse.  INDICES is an Nx2 matrix containing the sizes of
 each subband.  This is compatible with the MatLab Wavelet toolbox.

 LEVS (optional) should be a list of levels to include, or the string
 'all' (default).  The finest scale is number 1.  The lowpass band
 corresponds to lpyrHt(INDICES)+1.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 27-Feb-2004 16:43:21 by m2html © 2003