#include <filter.h>
Public Types | |
enum | TBandType1d { LOW, HIGH } |
enum | TBandType2d { LL, LH, HL, HH } |
Static Public Member Functions | |
static CMatrix< TCoeff > | GetBand2d (CMatrix< TCoeff > &M, TBandType2d band) |
static const CMatrix< TCoeff > | GetBand2d (const CMatrix< TCoeff > &M, TBandType2d band) |
|
1d band types.
|
|
2d band types.
|
|
Return requested subband as a matrix.
|
|
Return requested subband as a matrix.
|