AnWTFilter |
This abstract class defines the methods of all analysis wavelet
filters.
|
AnWTFilterFloat |
This extends the analysis wavelet filter general definitions of
AnWTFilter by adding methods that work for float data
specifically.
|
AnWTFilterFloatLift9x7 |
This class inherits from the analysis wavelet filter definition
for int data.
|
AnWTFilterInt |
This extends the analysis wavelet filter general definitions of
AnWTFilter by adding methods that work for int data
specifically.
|
AnWTFilterIntLift5x3 |
This class inherits from the analysis wavelet filter definition for int
data.
|
AnWTFilterSpec |
This class extends ModuleSpec class for analysis filters specification
holding purpose.
|
CBlkWTData |
This is a generic abstract class to store a code-block of wavelet data, be
it quantized or not.
|
CBlkWTDataFloat |
This is an implementation of the 'CBlkWTData' abstract class for 32 bit
floating point data (float).
|
CBlkWTDataInt |
This is an implementation of the 'CBlkWTData' abstract class for signed 32
bit integer data.
|
ForwardWT |
This abstract class represents the forward wavelet transform functional
block.
|
ForwWTFull |
This class implements the ForwardWT with the full-page approach to be used
either with integer or floating-point filters
|
SubbandAn |
This class represents a subband in a bidirectional tree structure
that describes the subband decomposition for a wavelet transform,
specifically for the analysis side.
|