Package jj2000.j2k.wavelet.analysis


package jj2000.j2k.wavelet.analysis
  • Class
    Description
    This abstract class defines the methods of all analysis wavelet filters.
    This extends the analysis wavelet filter general definitions of AnWTFilter by adding methods that work for float data specifically.
    This class inherits from the analysis wavelet filter definition for int data.
    This extends the analysis wavelet filter general definitions of AnWTFilter by adding methods that work for int data specifically.
    This class inherits from the analysis wavelet filter definition for int data.
    This class extends ModuleSpec class for analysis filters specification holding purpose.
    This is a generic abstract class to store a code-block of wavelet data, be it quantized or not.
    This is an implementation of the 'CBlkWTData' abstract class for 32 bit floating point data (float).
    This is an implementation of the 'CBlkWTData' abstract class for signed 32 bit integer data.
    This abstract class defines methods to transfer wavelet data in a code-block by code-block basis.
    This abstract class represents the forward wavelet transform functional block.
    This interface extends the WaveletTransform with the specifics of forward wavelet transforms.
    This interface extends the ImgData interface with methods that are necessary for forward wavelet data (i.e.
    This class implements the ForwardWT with the full-page approach to be used either with integer or floating-point filters
    This class represents a subband in a bidirectional tree structure that describes the subband decomposition for a wavelet transform, specifically for the analysis side.