Scroll to navigation

WaveletTransform.h(3) Library Functions Manual WaveletTransform.h(3)

NAME

WaveletTransform.h - PGF wavelet transform class.

SYNOPSIS

#include 'PGFtypes.h'
#include 'Subband.h'

Classes


class CWaveletTransform
PGF wavelet transform.

Variables


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

Detailed Description

PGF wavelet transform class.

Author

C. Stamm

Definition in file WaveletTransform.h.

Variable Documentation

const UINT32 FilterSize = __max(FilterSizeL, FilterSizeH)

Definition at line 39 of file WaveletTransform.h.

const UINT32 FilterSizeH = 3

number of coefficients of the high pass filter

Definition at line 38 of file WaveletTransform.h.

const UINT32 FilterSizeL = 5

number of coefficients of the low pass filter

Definition at line 37 of file WaveletTransform.h.

Author

Generated automatically by Doxygen for libpgf from the source code.

Version 7.21.2 libpgf