#include <wavelet.h>
Inheritance diagram for CWavelet:
Public Types | |
typedef int | TFilterType |
typedef float | TCoeff |
Public Member Functions | |
virtual const TCoeff * | Get (TFilterType type) const =0 |
virtual int | Size () const =0 |
|
Wavelet filter type.
Use OR-ed combination of the following types:
|
|
Return requested filter.
Implemented in CFarras. |
|
Return the size of the filter (i.e. the support size of the wavelet). Implemented in CFarras. |