Public Member Functions | |
Wavelet (const std::vector< double > &in_h, int h_zerolocation) | |
Use this constructor for things like the Daubechies wavelets where h and htilde are the same. | |
Wavelet (const std::vector< double > &in_h, int h_zerolocation, const std::vector< double > &in_htilde, int htilde_zerolocation) | |
Use this constructor for things like the Burt-Adelson wavelets where h and htilde are different. | |
int | size () const |
Returns the maximum of the sizes of various quadrature filters. | |
void | extend (std::vector< double > &row, int data_size) |
Will extend the input array (which already has the appropriate space) with the right values. | |
Friends | |
class | WaveletTransform |
Classes | |
struct | Filter |
w2img::Wavelet::Wavelet | ( | const std::vector< double > & | in_h, | |
int | h_zerolocation | |||
) |
Use this constructor for things like the Daubechies wavelets where h and htilde are the same.
w2img::Wavelet::Wavelet | ( | const std::vector< double > & | in_h, | |
int | h_zerolocation, | |||
const std::vector< double > & | in_htilde, | |||
int | htilde_zerolocation | |||
) |
Use this constructor for things like the Burt-Adelson wavelets where h and htilde are different.
void w2img::Wavelet::extend | ( | std::vector< double > & | row, | |
int | data_size | |||
) |
Will extend the input array (which already has the appropriate space) with the right values.
int w2img::Wavelet::size | ( | ) | const |
Returns the maximum of the sizes of various quadrature filters.
friend class WaveletTransform [friend] |