Uses of Interface
jj2000.j2k.wavelet.WaveletTransform
-
Packages that use WaveletTransform Package Description jj2000.j2k.wavelet.analysis jj2000.j2k.wavelet.synthesis -
-
Uses of WaveletTransform in jj2000.j2k.wavelet.analysis
Subinterfaces of WaveletTransform in jj2000.j2k.wavelet.analysis Modifier and Type Interface Description interface
ForwWT
This interface extends the WaveletTransform with the specifics of forward wavelet transforms.Classes in jj2000.j2k.wavelet.analysis that implement WaveletTransform Modifier and Type Class Description class
ForwardWT
This abstract class represents the forward wavelet transform functional block.class
ForwWTFull
This class implements the ForwardWT with the full-page approach to be used either with integer or floating-point filters -
Uses of WaveletTransform in jj2000.j2k.wavelet.synthesis
Subinterfaces of WaveletTransform in jj2000.j2k.wavelet.synthesis Modifier and Type Interface Description interface
InvWT
This interface extends the WaveletTransform with the specifics of inverse wavelet transforms.Classes in jj2000.j2k.wavelet.synthesis that implement WaveletTransform Modifier and Type Class Description class
InverseWT
This abstract class extends the WaveletTransform one with the specifics of inverse wavelet transforms.class
InvWTAdapter
This class provides default implementation of the methods in the 'InvWT' interface.class
InvWTFull
This class implements the InverseWT with the full-page approach for int and float data.
-