Uses of Interface
jj2000.j2k.wavelet.synthesis.InvWT
-
Packages that use InvWT Package Description jj2000.j2k.wavelet.synthesis -
-
Uses of InvWT in jj2000.j2k.wavelet.synthesis
Classes in jj2000.j2k.wavelet.synthesis that implement InvWT 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.
-