#include <WaveletTransform.h>
Public Methods | |
WaveletTransform (FloatImage &input, WAVELET_TYPE wave_type=HAAR) | |
void | fwt (int levels) |
void | ifwt (int levels) |
Definition at line 27 of file WaveletTransform.h.
|
Constructor; initializes a WaveletTransform object with the input image and, if specified by wave_type, the wavelet type. Currently the following wavelets are supported:
Definition at line 44 of file WaveletTransform.h. |
|
Direct Fast Wavelet Transform. The number of levels of decomposition is specified by the parameter levels
Definition at line 321 of file WaveletTransform.cpp. Referenced by fwt().
|
|
Inverse Fast Wavelet Transform. The number of levels used in reconstruction is specified by the parameter levels.
Definition at line 362 of file WaveletTransform.cpp. Referenced by ifwt().
|