jj2000.j2k.wavelet.analysis |
|
Java Source File Name | Type | Comment |
AnWTFilter.java | Class | This abstract class defines the methods of all analysis wavelet
filters. |
AnWTFilterFloat.java | Class | This extends the analysis wavelet filter general definitions of
AnWTFilter by adding methods that work for float data
specifically. |
AnWTFilterFloatLift9x7.java | Class | This class inherits from the analysis wavelet filter definition
for int data. |
AnWTFilterInt.java | Class | This extends the analysis wavelet filter general definitions of
AnWTFilter by adding methods that work for int data
specifically. |
AnWTFilterIntLift5x3.java | Class | This class inherits from the analysis wavelet filter definition for int
data. |
AnWTFilterSpec.java | Class | This class extends ModuleSpec class for analysis filters specification
holding purpose. |
CBlkWTData.java | Class | This is a generic abstract class to store a code-block of wavelet data, be
it quantized or not. |
CBlkWTDataFloat.java | Class | This is an implementation of the 'CBlkWTData' abstract class for 32 bit
floating point data (float). |
CBlkWTDataInt.java | Class | This is an implementation of the 'CBlkWTData' abstract class for signed 32
bit integer data. |
CBlkWTDataSrc.java | Interface | This abstract class defines methods to transfer wavelet data in a
code-block by code-block basis. |
ForwardWT.java | Class | This abstract class represents the forward wavelet transform functional
block. |
ForwWT.java | Interface | This interface extends the WaveletTransform with the
specifics of forward wavelet transforms. |
ForwWTDataProps.java | Interface | This interface extends the ImgData interface with methods that are
necessary for forward wavelet data (i.e. |
ForwWTFull.java | Class | |
SubbandAn.java | Class | This class represents a subband in a bidirectional tree structure
that describes the subband decomposition for a wavelet transform,
specifically for the analysis side.
The element can be either a node or a leaf of the tree. |