WaveletTransform.h - Man Page
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.
Info
Fri Jan 17 2025 00:00:00 Version 7.21.2 libpgf