Uses of Interface
ucar.jpeg.jj2000.j2k.wavelet.WaveletTransform

Packages that use WaveletTransform
ucar.jpeg.jj2000.j2k.wavelet.analysis   
ucar.jpeg.jj2000.j2k.wavelet.synthesis   
 

Uses of WaveletTransform in ucar.jpeg.jj2000.j2k.wavelet.analysis
 

Subinterfaces of WaveletTransform in ucar.jpeg.jj2000.j2k.wavelet.analysis
 interface ForwWT
          This interface extends the WaveletTransform with the specifics of forward wavelet transforms.
 

Classes in ucar.jpeg.jj2000.j2k.wavelet.analysis that implement WaveletTransform
 class ForwardWT
          This abstract class represents the forward wavelet transform functional block.
 class ForwWTFull
          This class implements the ForwardWT abstract class with the full-page approach to be used either with integer or floating-point filters
 

Uses of WaveletTransform in ucar.jpeg.jj2000.j2k.wavelet.synthesis
 

Subinterfaces of WaveletTransform in ucar.jpeg.jj2000.j2k.wavelet.synthesis
 interface InvWT
          This interface extends the WaveletTransform with the specifics of inverse wavelet transforms.
 

Classes in ucar.jpeg.jj2000.j2k.wavelet.synthesis that implement WaveletTransform
 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.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.