Uses of Class
jj2000.j2k.image.ImgDataAdapter
-
-
Uses of ImgDataAdapter in jj2000.j2k.entropy.encoder
Subclasses of ImgDataAdapter in jj2000.j2k.entropy.encoder Modifier and Type Class Description classEBCOTRateAllocatorThis implements the EBCOT post compression rate allocation algorithm.classEntropyCoderThis abstract class provides the general interface for block-based entropy encoders.classPostCompRateAllocatorThis is the abstract class from which post-compression rate allocators which generate layers should inherit.classStdEntropyCoderThis class implements the JPEG 2000 entropy coder, which codes stripes in code-blocks. -
Uses of ImgDataAdapter in jj2000.j2k.image
Subclasses of ImgDataAdapter in jj2000.j2k.image Modifier and Type Class Description classImgDataConverterThis class is responsible of all data type conversions.classTilerThis class places an image in the canvas coordinate system, tiles it, if so specified, and performs the coordinate conversions transparently. -
Uses of ImgDataAdapter in jj2000.j2k.image.forwcomptransf
Subclasses of ImgDataAdapter in jj2000.j2k.image.forwcomptransf Modifier and Type Class Description classForwCompTransfThis class apply component transformations to the tiles depending on user specifications. -
Uses of ImgDataAdapter in jj2000.j2k.image.invcomptransf
Subclasses of ImgDataAdapter in jj2000.j2k.image.invcomptransf Modifier and Type Class Description classInvCompTransfThis class apply inverse component transformations to the tiles depending on specification read from the codestream header. -
Uses of ImgDataAdapter in jj2000.j2k.quantization.quantizer
Subclasses of ImgDataAdapter in jj2000.j2k.quantization.quantizer Modifier and Type Class Description classQuantizerThis abstract class provides the general interface for quantizers.classStdQuantizerThis class implements scalar quantization of integer or floating-point valued source data. -
Uses of ImgDataAdapter in jj2000.j2k.roi.encoder
Subclasses of ImgDataAdapter in jj2000.j2k.roi.encoder Modifier and Type Class Description classROIScalerThis class deals with the ROI functionality. -
Uses of ImgDataAdapter in jj2000.j2k.wavelet.analysis
Subclasses of ImgDataAdapter in jj2000.j2k.wavelet.analysis Modifier and Type Class Description classForwardWTThis abstract class represents the forward wavelet transform functional block.classForwWTFullThis class implements the ForwardWT with the full-page approach to be used either with integer or floating-point filters
-