PANDORE Version 6 GREYC-IMAGE

pgetsubband



Gets one subband image from DWT image.



Synopsis

pgetsubband scale subband [im_in|-] [im_out|-]

Description

pgetsubband gets a subband from a DWT image at the specified scale. The output subband im_out is an image. At each scale, image are numbered as follows:

    [1][2]
    [3][4]

Parameters

Inputs

Inputs

Result

Returns SUCCESS or FAILURE.

Examples

Gets the LL and LH images of the DWT analysis of a square:

   pshapedesign 256 256 0 2 150 150 a.pan
   pqmf daubechies 4 b.pan
   pdwt 1 a.pan b.pan c.pan
   pgetsubband 1 1 c.pan out1.pan
   pgetsubband 1 2 c.pan out2.pan

See also

Frequency

C++ prototype

Errc PGetSubband( const Img2dsf &im_in, Img2dsf &im_out, int scale, int subband );

Version française

Extraction d'une sous-bande d'une image de DWT.


Author: Ludovic Soltys