A class encapulating all the subbands produced by a transform.
#include <wavelet_utils.h>
|
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. More...
|
|
◆ SubbandList()
dirac::SubbandList::SubbandList |
( |
| ) |
|
|
inline |
◆ ~SubbandList()
dirac::SubbandList::~SubbandList |
( |
| ) |
|
|
inline |
◆ AddBand()
void dirac::SubbandList::AddBand |
( |
const Subband & |
b | ) |
|
|
inline |
◆ Clear()
void dirac::SubbandList::Clear |
( |
| ) |
|
|
inline |
◆ Init()
void dirac::SubbandList::Init |
( |
const int |
depth, |
|
|
const int |
xlen, |
|
|
const int |
ylen |
|
) |
| |
◆ Length()
int dirac::SubbandList::Length |
( |
| ) |
const |
|
inline |
◆ operator()() [1/2]
Subband & dirac::SubbandList::operator() |
( |
const int |
n | ) |
|
|
inline |
◆ operator()() [2/2]
const Subband & dirac::SubbandList::operator() |
( |
const int |
n | ) |
const |
|
inline |
◆ PerceptualWeight()
float dirac::SubbandList::PerceptualWeight |
( |
const float |
xf, |
|
|
const float |
yf, |
|
|
const CompSort |
cs |
|
) |
| |
|
private |
◆ bands
std::vector<Subband> dirac::SubbandList::bands |
|
private |
The documentation for this class was generated from the following file: