Uses of Interface
ucar.jpeg.jj2000.j2k.wavelet.synthesis.InvWTData

Packages that use InvWTData
ucar.jpeg.jj2000.j2k.codestream.reader   
ucar.jpeg.jj2000.j2k.entropy.decoder   
ucar.jpeg.jj2000.j2k.quantization.dequantizer   
ucar.jpeg.jj2000.j2k.roi   
ucar.jpeg.jj2000.j2k.wavelet.synthesis   
 

Uses of InvWTData in ucar.jpeg.jj2000.j2k.codestream.reader
 

Classes in ucar.jpeg.jj2000.j2k.codestream.reader that implement InvWTData
 class BitstreamReaderAgent
          This is the generic interface for bit stream reader agents.
 class FileBitstreamReaderAgent
          This class reads the bit stream (with the help of HeaderDecoder for tile headers and PktDecoder for packets header and body) and retrives location of all code-block's codewords.
 

Uses of InvWTData in ucar.jpeg.jj2000.j2k.entropy.decoder
 

Subinterfaces of InvWTData in ucar.jpeg.jj2000.j2k.entropy.decoder
 interface CodedCBlkDataSrcDec
          This interface defines a source of entropy coded data and methods to transfer it in a code-block by code-block basis.
 

Classes in ucar.jpeg.jj2000.j2k.entropy.decoder that implement InvWTData
 class EntropyDecoder
          This is the abstract class from which all entropy decoders must inherit.
 class StdEntropyDecoder
          This class implements the JPEG 2000 entropy decoder, which codes stripes in code-blocks.
 

Uses of InvWTData in ucar.jpeg.jj2000.j2k.quantization.dequantizer
 

Subinterfaces of InvWTData in ucar.jpeg.jj2000.j2k.quantization.dequantizer
 interface CBlkQuantDataSrcDec
          This interface defines a source of quantized wavelet coefficients and methods to transfer them in a code-block by code-block basis, fro the decoder side.
 

Classes in ucar.jpeg.jj2000.j2k.quantization.dequantizer that implement InvWTData
 class Dequantizer
          This is the abstract class from which all dequantizers must inherit.
 class StdDequantizer
          This class implements a scalar dequantizer with deadzone.
 

Uses of InvWTData in ucar.jpeg.jj2000.j2k.roi
 

Classes in ucar.jpeg.jj2000.j2k.roi that implement InvWTData
 class ROIDeScaler
          This class takes care of the de-scaling of ROI coefficients.
 

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

Subinterfaces of InvWTData in ucar.jpeg.jj2000.j2k.wavelet.synthesis
 interface CBlkWTDataSrcDec
          This abstract class defines methods to transfer wavelet data in a code-block by code-block basis, for the decoder side.
 



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