Uses of Interface
jj2000.j2k.wavelet.WaveletTransform
Packages that use WaveletTransform
-
Uses of WaveletTransform in jj2000.j2k.wavelet.analysis
Subinterfaces of WaveletTransform in jj2000.j2k.wavelet.analysisModifier and TypeInterfaceDescriptioninterfaceThis interface extends the WaveletTransform with the specifics of forward wavelet transforms.Classes in jj2000.j2k.wavelet.analysis that implement WaveletTransformModifier and TypeClassDescriptionclassThis abstract class represents the forward wavelet transform functional block.classThis 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.synthesisModifier and TypeInterfaceDescriptioninterfaceThis interface extends the WaveletTransform with the specifics of inverse wavelet transforms.Classes in jj2000.j2k.wavelet.synthesis that implement WaveletTransformModifier and TypeClassDescriptionclassThis abstract class extends the WaveletTransform one with the specifics of inverse wavelet transforms.classThis class provides default implementation of the methods in the 'InvWT' interface.classThis class implements the InverseWT with the full-page approach for int and float data.