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 interfaceForwWTThis 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 classForwardWTThis abstract class represents the forward wavelet transform functional block.classForwWTFullThis 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 interfaceInvWTThis 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 classInverseWTThis abstract class extends the WaveletTransform one with the specifics of inverse wavelet transforms.classInvWTAdapterThis class provides default implementation of the methods in the 'InvWT' interface.classInvWTFullThis class implements the InverseWT with the full-page approach for int and float data.
-