jj2000.j2k.wavelet |
|
Java Source File Name | Type | Comment |
FilterTypes.java | Interface | This interface defines the identifiers for the different types of
filters that are supported. |
Subband.java | Class | This abstract class represents a subband in a bidirectional tree structure
that describes the subband decomposition for a wavelet transform. |
WaveletFilter.java | Interface | This interface defines how a wavelet filter implementation should
present itself. |
WaveletTransform.java | Interface | This interface defines how a forward or inverse wavelet transform
should present itself. |
WTDecompSpec.java | Class | This class holds the decomposition type to be used in each part of the
image; the default one, the component specific ones, the tile default ones
and the component-tile specific ones. |
WTFilterSpec.java | Class | This is the generic class from which the ones that hold the analysis or
synthesis filters to be used in each part of the image derive. |