Uses of Class
ucar.jpeg.jj2000.j2k.image.ImgDataAdapter

Packages that use ImgDataAdapter
ucar.jpeg.colorspace   
ucar.jpeg.icc   
ucar.jpeg.jj2000.j2k.entropy.encoder   
ucar.jpeg.jj2000.j2k.image   
ucar.jpeg.jj2000.j2k.image.forwcomptransf   
ucar.jpeg.jj2000.j2k.image.invcomptransf   
ucar.jpeg.jj2000.j2k.quantization.quantizer   
ucar.jpeg.jj2000.j2k.roi.encoder   
ucar.jpeg.jj2000.j2k.wavelet.analysis   
 

Uses of ImgDataAdapter in ucar.jpeg.colorspace
 

Subclasses of ImgDataAdapter in ucar.jpeg.colorspace
 class ChannelDefinitionMapper
          This class is responsible for the mapping between requested components and image channels.
 class ColorSpaceMapper
          This is the base class for all modules in the colorspace and icc profiling steps of the decoding chain.
 class EnumeratedColorSpaceMapper
          This class provides Enumerated ColorSpace API for the jj2000.j2k imaging chain by implementing the BlkImgDataSrc interface, in particular the getCompData and getInternCompData methods.
 class PalettizedColorSpaceMapper
          This class provides decoding of images with palettized colorspaces.
 class Resampler
          This class resamples the components of an image so that all have the same number of samples.
 class SYccColorSpaceMapper
          This decodes maps which are defined in the sYCC colorspace into the sRGB colorspadce.
 

Uses of ImgDataAdapter in ucar.jpeg.icc
 

Subclasses of ImgDataAdapter in ucar.jpeg.icc
 class ICCProfiler
          This class provides ICC Profiling API for the jj2000.j2k imaging chain by implementing the BlkImgDataSrc interface, in particular the getCompData and getInternCompData methods.
 

Uses of ImgDataAdapter in ucar.jpeg.jj2000.j2k.entropy.encoder
 

Subclasses of ImgDataAdapter in ucar.jpeg.jj2000.j2k.entropy.encoder
 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 ucar.jpeg.jj2000.j2k.image
 

Subclasses of ImgDataAdapter in ucar.jpeg.jj2000.j2k.image
 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 ucar.jpeg.jj2000.j2k.image.forwcomptransf
 

Subclasses of ImgDataAdapter in ucar.jpeg.jj2000.j2k.image.forwcomptransf
 class ForwCompTransf
          This class apply component transformations to the tiles depending on user specifications.
 

Uses of ImgDataAdapter in ucar.jpeg.jj2000.j2k.image.invcomptransf
 

Subclasses of ImgDataAdapter in ucar.jpeg.jj2000.j2k.image.invcomptransf
 class InvCompTransf
          This class apply inverse component transformations to the tiles depending on specification read from the codestream header.
 

Uses of ImgDataAdapter in ucar.jpeg.jj2000.j2k.quantization.quantizer
 

Subclasses of ImgDataAdapter in ucar.jpeg.jj2000.j2k.quantization.quantizer
 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 ucar.jpeg.jj2000.j2k.roi.encoder
 

Subclasses of ImgDataAdapter in ucar.jpeg.jj2000.j2k.roi.encoder
 class ROIScaler
          This class deals with the ROI functionality.
 

Uses of ImgDataAdapter in ucar.jpeg.jj2000.j2k.wavelet.analysis
 

Subclasses of ImgDataAdapter in ucar.jpeg.jj2000.j2k.wavelet.analysis
 class ForwardWT
          This abstract class represents the forward wavelet transform functional block.
 class ForwWTFull
          This class implements the ForwardWT abstract class with the full-page approach to be used either with integer or floating-point filters
 



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