PANDORE Version 6 GREYC-IMAGE

pqmf



Designs Quadratic Mirror Filter for wavelet transform.



Synopsis

pqmf name order [col_out|-]

Description

pqmf designs a Quadratic Mirror filter for wavelet transform. This filter can then be used with operator pdwt.

Information stored in the filter is the name of the filter, and the set of lowpass filter coefficients to allows the calculus of the dyadic wavelet decomposition.

Parameters

Output

Result

Returns SUCCESS or FAILURE.

Examples

Builds a synthetic image (a square) to illustrate the Gibbs phenomenon in wavelets analysis.

   pshapedesign 256 256 0 2 150 150 a.pan
   pqmf daubechies 4 b.pan
   pdwt 1 a.pan b.pan c.pan
   psplitimage c.pan d1.pan d2.pan d3.pan d4.pan
   pthresholding 20 400 d2.pan e2.pan
   pthresholding 20 400 d3.pan e3.pan
   pthresholding 20 400 d4.pan e4.pan
   pmergeimages d1.pan e2.pan e3.pan e4.pan f.pan
   pidwt 1 f.pan b.pan out.pan

See also

Frequency, dwt, idwt

C++ prototype

Errc PQmf( const char *name, const char *order, Collection& col_out );

Version française

Génération d'un filtre QMF pour la transformée en ondelette.


Author: Ludovic Soltys