Uses of Interface
jj2000.j2k.wavelet.synthesis.MultiResImgData
-
Packages that use MultiResImgData Package Description jj2000.j2k.codestream.reader jj2000.j2k.entropy.decoder jj2000.j2k.quantization.dequantizer jj2000.j2k.roi jj2000.j2k.wavelet.synthesis -
-
Uses of MultiResImgData in jj2000.j2k.codestream.reader
Classes in jj2000.j2k.codestream.reader that implement MultiResImgData Modifier and Type Class Description classBitstreamReaderAgentThis is the generic interface for bit stream reader agents.classFileBitstreamReaderAgentThis 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 MultiResImgData in jj2000.j2k.entropy.decoder
Subinterfaces of MultiResImgData in jj2000.j2k.entropy.decoder Modifier and Type Interface Description interfaceCodedCBlkDataSrcDecThis interface defines a source of entropy coded data and methods to transfer it in a code-block by code-block basis.Classes in jj2000.j2k.entropy.decoder that implement MultiResImgData Modifier and Type Class Description classEntropyDecoderThis is the abstract class from which all entropy decoders must inherit.classStdEntropyDecoderThis class implements the JPEG 2000 entropy decoder, which codes stripes in code-blocks. -
Uses of MultiResImgData in jj2000.j2k.quantization.dequantizer
Subinterfaces of MultiResImgData in jj2000.j2k.quantization.dequantizer Modifier and Type Interface Description interfaceCBlkQuantDataSrcDecThis 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 jj2000.j2k.quantization.dequantizer that implement MultiResImgData Modifier and Type Class Description classDequantizerThis is the abstract class from which all dequantizers must inherit.classStdDequantizerThis class implements a scalar dequantizer with deadzone. -
Uses of MultiResImgData in jj2000.j2k.roi
Classes in jj2000.j2k.roi that implement MultiResImgData Modifier and Type Class Description classROIDeScalerThis class takes care of the de-scaling of ROI coefficients. -
Uses of MultiResImgData in jj2000.j2k.wavelet.synthesis
Subinterfaces of MultiResImgData in jj2000.j2k.wavelet.synthesis Modifier and Type Interface Description interfaceCBlkWTDataSrcDecThis abstract class defines methods to transfer wavelet data in a code-block by code-block basis, for the decoder side.interfaceInvWTDataThis interface extends the MultiResImgData interface with the methods that are necessary for inverse wavelet data (i.e.Classes in jj2000.j2k.wavelet.synthesis that implement MultiResImgData Modifier and Type Class Description classMultiResImgDataAdapterThis class provides a default implementation for the methods of the 'MultiResImgData' interface.Fields in jj2000.j2k.wavelet.synthesis declared as MultiResImgData Modifier and Type Field Description protected MultiResImgDataInvWTAdapter. mressrcThe 'MultiResImgData' sourceprotected MultiResImgDataMultiResImgDataAdapter. mressrcThe MultiResImgData sourceConstructors in jj2000.j2k.wavelet.synthesis with parameters of type MultiResImgData Constructor Description InverseWT(MultiResImgData src, DecoderSpecs decSpec)Initializes this object with the given source of wavelet coefficients.InvWTAdapter(MultiResImgData src, DecoderSpecs decSpec)Instantiates the 'InvWTAdapter' object using the specified 'MultiResImgData' source.MultiResImgDataAdapter(MultiResImgData src)Instantiates the MultiResImgDataAdapter object specifying the MultiResImgData source.
-