libpgf  7.15.32
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...
 

Variables

const UINT32 FilterSizeL = 5
 number of coefficients of the low pass filter More...
 
const UINT32 FilterSizeH = 3
 number of coefficients of the high pass filter More...
 
const UINT32 FilterSize = __max(FilterSizeL, FilterSizeH)
 

Detailed Description

PGF wavelet transform class.

Author
C. Stamm

Definition in file WaveletTransform.h.

Variable Documentation

◆ FilterSize

const UINT32 FilterSize = __max(FilterSizeL, FilterSizeH)

Definition at line 39 of file WaveletTransform.h.

◆ FilterSizeH

const UINT32 FilterSizeH = 3

number of coefficients of the high pass filter

Definition at line 38 of file WaveletTransform.h.

◆ FilterSizeL

const UINT32 FilterSizeL = 5

number of coefficients of the low pass filter

Definition at line 37 of file WaveletTransform.h.