Uses of Interface
jj2000.j2k.image.ImgData
Packages that use ImgData
Package
Description
-
Uses of ImgData in com.sun.media.imageioimpl.plugins.jpeg2000
Classes in com.sun.media.imageioimpl.plugins.jpeg2000 that implement ImgData -
Uses of ImgData in jj2000.j2k.codestream.writer
Fields in jj2000.j2k.codestream.writer declared as ImgDataConstructors in jj2000.j2k.codestream.writer with parameters of type ImgDataModifierConstructorDescriptionHeaderEncoder(ImgData origsrc, boolean[] isorigsig, ForwardWT dwt, Tiler tiler, J2KImageWriteParamJava wp, ROIScaler roiSc, PostCompRateAllocator ralloc) Initializes the header writer with the references to the coding chain. -
Uses of ImgData in jj2000.j2k.entropy.encoder
Subinterfaces of ImgData in jj2000.j2k.entropy.encoderModifier and TypeInterfaceDescriptioninterfaceThis 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.encoder that implement ImgDataModifier and TypeClassDescriptionclassThis implements the EBCOT post compression rate allocation algorithm.classThis abstract class provides the general interface for block-based entropy encoders.classThis is the abstract class from which post-compression rate allocators which generate layers should inherit.classThis class implements the JPEG 2000 entropy coder, which codes stripes in code-blocks. -
Uses of ImgData in jj2000.j2k.image
Subinterfaces of ImgData in jj2000.j2k.imageModifier and TypeInterfaceDescriptioninterfaceThis interface defines the methods to transfer image data in blocks, without following any particular order (random access).Classes in jj2000.j2k.image that implement ImgDataModifier and TypeClassDescriptionclassThis class provides a default implementation of the methods in the 'ImgData' interface.classThis class is responsible of all data type conversions.classThis class implements the ImgData interface and allows to obtain data from different sources.classThis class places an image in the canvas coordinate system, tiles it, if so specified, and performs the coordinate conversions transparently.Fields in jj2000.j2k.image declared as ImgDataConstructors in jj2000.j2k.image with parameters of type ImgDataModifierConstructorDescriptionprotectedImgDataAdapter(ImgData src) Instantiates the ImgDataAdapter object specifying the ImgData source. -
Uses of ImgData in jj2000.j2k.image.forwcomptransf
Classes in jj2000.j2k.image.forwcomptransf that implement ImgDataModifier and TypeClassDescriptionclassThis class apply component transformations to the tiles depending on user specifications. -
Uses of ImgData in jj2000.j2k.image.input
Classes in jj2000.j2k.image.input that implement ImgDataModifier and TypeClassDescriptionclassThis is the generic interface to be implemented by all image file (or other resource) readers for different image file formats.classThis class implements the ImgData interface for reading 8 bit unsigned data from a binary PGM file. -
Uses of ImgData in jj2000.j2k.image.invcomptransf
Classes in jj2000.j2k.image.invcomptransf that implement ImgDataModifier and TypeClassDescriptionclassThis class apply inverse component transformations to the tiles depending on specification read from the codestream header. -
Uses of ImgData in jj2000.j2k.quantization.quantizer
Subinterfaces of ImgData in jj2000.j2k.quantization.quantizerModifier and TypeInterfaceDescriptioninterfaceThis interface defines a source of quantized wavelet coefficients and methods to transfer them in a code-block by code-block basis.Classes in jj2000.j2k.quantization.quantizer that implement ImgDataModifier and TypeClassDescriptionclassThis abstract class provides the general interface for quantizers.classThis class implements scalar quantization of integer or floating-point valued source data. -
Uses of ImgData in jj2000.j2k.roi.encoder
Classes in jj2000.j2k.roi.encoder that implement ImgData -
Uses of ImgData in jj2000.j2k.wavelet
Subinterfaces of ImgData in jj2000.j2k.waveletModifier and TypeInterfaceDescriptioninterfaceThis interface defines how a forward or inverse wavelet transform should present itself. -
Uses of ImgData in jj2000.j2k.wavelet.analysis
Subinterfaces of ImgData in jj2000.j2k.wavelet.analysisModifier and TypeInterfaceDescriptioninterfaceThis abstract class defines methods to transfer wavelet data in a code-block by code-block basis.interfaceThis interface extends the WaveletTransform with the specifics of forward wavelet transforms.interfaceThis interface extends the ImgData interface with methods that are necessary for forward wavelet data (i.e.Classes in jj2000.j2k.wavelet.analysis that implement ImgDataModifier 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 filtersConstructors in jj2000.j2k.wavelet.analysis with parameters of type ImgData -
Uses of ImgData in jj2000.j2k.wavelet.synthesis
Subinterfaces of ImgData 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 ImgDataModifier 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.