A class encapulating all the subbands produced by a transform.
#include <wavelet_utils.h>
|
| | SubbandList () |
| | Constructor.
|
| |
| | ~SubbandList () |
| | Destructor.
|
| |
| void | Init (const int depth, const int xlen, const int ylen) |
| | Initialise the list.
|
| |
| int | Length () const |
| | Return the length of the subband list.
|
| |
| Subband & | operator() (const int n) |
| | Return the subband at position n (1<=n<=length)
|
| |
| const Subband & | operator() (const int n) const |
| | Return the subband at position n (1<=n<=length)
|
| |
| void | AddBand (const Subband &b) |
| | Add a band to the list.
|
| |
| void | Clear () |
| | Remove all the bands from the list.
|
| |
|
| float | PerceptualWeight (const float xf, const float yf, const CompSort cs) |
| | Given x and y spatial frequencies in cycles per degree, returns a weighting value.
|
| |
| dirac::SubbandList::SubbandList |
( |
| ) |
|
|
inline |
| dirac::SubbandList::~SubbandList |
( |
| ) |
|
|
inline |
| void dirac::SubbandList::AddBand |
( |
const Subband & |
b | ) |
|
|
inline |
| void dirac::SubbandList::Clear |
( |
| ) |
|
|
inline |
| void dirac::SubbandList::Init |
( |
const int |
depth, |
|
|
const int |
xlen, |
|
|
const int |
ylen |
|
) |
| |
| int dirac::SubbandList::Length |
( |
| ) |
const |
|
inline |
| Subband& dirac::SubbandList::operator() |
( |
const int |
n | ) |
|
|
inline |
| const Subband& dirac::SubbandList::operator() |
( |
const int |
n | ) |
const |
|
inline |
| float dirac::SubbandList::PerceptualWeight |
( |
const float |
xf, |
|
|
const float |
yf, |
|
|
const CompSort |
cs |
|
) |
| |
|
private |
| std::vector<Subband> dirac::SubbandList::bands |
|
private |
The documentation for this class was generated from the following file: