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 class
EBCOTRateAllocator
This implements the EBCOT post compression rate allocation algorithm.class
EntropyCoder
This abstract class provides the general interface for block-based entropy encoders.class
PostCompRateAllocator
This is the abstract class from which post-compression rate allocators which generate layers should inherit.class
StdEntropyCoder
This 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 class
ImgDataConverter
This class is responsible of all data type conversions.class
Tiler
This 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 class
ForwCompTransf
This 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 class
InvCompTransf
This 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 class
Quantizer
This abstract class provides the general interface for quantizers.class
StdQuantizer
This 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 class
ROIScaler
This 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 class
ForwardWT
This abstract class represents the forward wavelet transform functional block.class
ForwWTFull
This class implements the ForwardWT with the full-page approach to be used either with integer or floating-point filters
-