Class Summary |
InverseWT |
This abstract class extends the WaveletTransform one with the specifics of
inverse wavelet transforms. |
InvWTAdapter |
This class provides default implementation of the methods in the 'InvWT'
interface. |
InvWTFull |
This class implements the InverseWT with the full-page approach for int and
float data. |
MultiResImgDataAdapter |
This class provides a default implementation for the methods of the
'MultiResImgData' interface. |
SubbandSyn |
This class represents a subband in a tree structure that describes the
subband decomposition for a wavelet transform, specifically for the
syhthesis side. |
SynWTFilter |
This abstract class defines the methods of all synthesis wavelet
filters. |
SynWTFilterFloat |
This extends the synthesis wavelet filter general definitions of
SynWTFilter by adding methods that work for float data
specifically. |
SynWTFilterFloatLift9x7 |
This class inherits from the synthesis wavelet filter definition for int
data. |
SynWTFilterInt |
This extends the synthesis wavelet filter general definitions of
SynWTFilter by adding methods that work for int data
specifically. |
SynWTFilterIntLift5x3 |
This class inherits from the synthesis wavelet filter definition for int
data. |
SynWTFilterSpec |
This class extends ModuleSpec class for synthesis filters specification
holding purpose. |