jj2000.j2k.wavelet.synthesis |
|
Java Source File Name | Type | Comment |
CBlkWTDataSrcDec.java | Interface | This abstract class defines methods to transfer wavelet data in a
code-block by code-block basis, for the decoder side. |
InverseWT.java | Class | This abstract class extends the WaveletTransform one with the specifics of
inverse wavelet transforms.
The image can be reconstructed at different resolution levels. |
InvWT.java | Interface | This interface extends the WaveletTransform with the
specifics of inverse wavelet transforms. |
InvWTAdapter.java | Class | This class provides default implementation of the methods in the 'InvWT'
interface. |
InvWTData.java | Interface | This interface extends the MultiResImgData interface with the methods that
are necessary for inverse wavelet data (i.e. |
InvWTFull.java | Class | This class implements the InverseWT with the full-page approach for int and
float data.
The image can be reconstructed at different (image) resolution levels
indexed from the lowest resolution available for each tile-component. |
MultiResImgData.java | Interface | This interface defines methods to access image attributes (width, height,
number of components, etc.) of multiresolution images, such as those
resulting from an inverse wavelet transform. |
MultiResImgDataAdapter.java | Class | This class provides a default implementation for the methods of the
'MultiResImgData' interface. |
SubbandSyn.java | Class | This class represents a subband in a tree structure that describes
the subband decomposition for a wavelet transform, specifically for
the syhthesis side.
The element can be either a node or a leaf of the tree. |
SynWTFilter.java | Class | This abstract class defines the methods of all synthesis wavelet
filters. |
SynWTFilterFloat.java | Class | This extends the synthesis wavelet filter general definitions of
SynWTFilter by adding methods that work for float data
specifically. |
SynWTFilterFloatLift9x7.java | Class | This class inherits from the synthesis wavelet filter definition for int
data. |
SynWTFilterInt.java | Class | This extends the synthesis wavelet filter general definitions of
SynWTFilter by adding methods that work for int data
specifically. |
SynWTFilterIntLift5x3.java | Class | This class inherits from the synthesis wavelet filter definition for int
data. |
SynWTFilterSpec.java | Class | This class extends ModuleSpec class for synthesis filters
specification holding purpose. |