libpgf  6.14.12
PGF - Progressive Graphics File
WaveletTransform.h File Reference

PGF wavelet transform class. More...

#include "PGFtypes.h"
#include "Subband.h"

Go to the source code of this file.

Classes

class  CWaveletTransform
 PGF wavelet transform. More...
 

Macros

#define FilterWidth   5
 number of coefficients of the row wavelet filter More...
 
#define FilterHeight   3
 number of coefficients of the column wavelet filter More...
 

Detailed Description

PGF wavelet transform class.

Author
C. Stamm

Definition in file WaveletTransform.h.

Macro Definition Documentation

◆ FilterHeight

#define FilterHeight   3

number of coefficients of the column wavelet filter

Definition at line 39 of file WaveletTransform.h.

◆ FilterWidth

#define FilterWidth   5

number of coefficients of the row wavelet filter

Definition at line 38 of file WaveletTransform.h.