Package jj2000.j2k.wavelet.analysis

Interface Summary
CBlkWTDataSrc This abstract class defines methods to transfer wavelet data in a code-block by code-block basis.
ForwWT This interface extends the WaveletTransform with the specifics of forward wavelet transforms.
ForwWTDataProps This interface extends the ImgData interface with methods that are necessary for forward wavelet data (i.e.
 

Class Summary
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, 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 abstract class 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.