#include <wtree.h>
Inheritance diagram for CDwtTree2dReal:
Public Member Functions | |
void | Set (CMatrix< TCoeff > &M, int L) |
void | SetLevels (int l) |
CMatrix< TCoeff > & | Matrix () |
const CMatrix< TCoeff > & | Matrix () const |
CDwtTree2dReal | Clone (int N=1) const |
int | Levels () |
|
Clone the tree reducing the detail by N, that is the top-most N detail levels are cropped out.
|
|
Return the number of levels in the tree.
|
|
Return the const coefficient matrix of the tree.
|
|
Return the coefficient matrix of the tree.
|
|
Set the coefficient matrix and number of levels of the tree.
|
|
Set the number of levels of the tree.
|