#include <dwt2d.h>
Public Member Functions | |
void | Callback (CProgressCallback *) |
int | ForwardTransform2dReal (CDwtTree2dReal &, CMatrix< TCoeff > &, CWavelet *, CWavelet *, int minW, int minH) |
int | InverseTransform2dReal (CMatrix< TCoeff > &, CDwtTree2dReal &, CWavelet *, CWavelet *) |
int | ForwardTransform2dDualComplex (CDwtTree2dDualComplex &, CMatrix< TCoeff > &, CWaveletDualComplex *, CWaveletDualComplex *, int minW, int minH) |
int | InverseTransform2dDualComplex (CMatrix< TCoeff > &, CDwtTree2dDualComplex &, CWaveletDualComplex *, CWaveletDualComplex *) |
Classes | |
class | CFilterCallback |
|
Set callback object. Set to NULL to disable callback.
|
|
Forward two dimensional complex dualtree transform. The source coefficient matrices src is replaced with reconstructed values.
|
|
Forward two dimensional transform. The source matrix M is replaced with the transform coefficients.
|
|
Inverse two dimensional complex dualtree transform. The source coefficient matrices src is replaced with reconstructed values.
|
|
Inverse two dimensional transform. The source coefficient matrix M is replaced with reconstructed values.
|