Uses of Package
ucar.jpeg.jj2000.j2k.image

Packages that use ucar.jpeg.jj2000.j2k.image
ucar.jpeg.colorspace   
ucar.jpeg.icc   
ucar.jpeg.icc.lut   
ucar.jpeg.jj2000.disp   
ucar.jpeg.jj2000.j2k   
ucar.jpeg.jj2000.j2k.codestream   
ucar.jpeg.jj2000.j2k.codestream.reader   
ucar.jpeg.jj2000.j2k.codestream.writer   
ucar.jpeg.jj2000.j2k.decoder   
ucar.jpeg.jj2000.j2k.encoder   
ucar.jpeg.jj2000.j2k.entropy   
ucar.jpeg.jj2000.j2k.entropy.decoder   
ucar.jpeg.jj2000.j2k.entropy.encoder   
ucar.jpeg.jj2000.j2k.image   
ucar.jpeg.jj2000.j2k.image.forwcomptransf   
ucar.jpeg.jj2000.j2k.image.input   
ucar.jpeg.jj2000.j2k.image.invcomptransf   
ucar.jpeg.jj2000.j2k.image.output   
ucar.jpeg.jj2000.j2k.quantization.dequantizer   
ucar.jpeg.jj2000.j2k.quantization.quantizer   
ucar.jpeg.jj2000.j2k.roi   
ucar.jpeg.jj2000.j2k.roi.encoder   
ucar.jpeg.jj2000.j2k.wavelet   
ucar.jpeg.jj2000.j2k.wavelet.analysis   
ucar.jpeg.jj2000.j2k.wavelet.synthesis   
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.colorspace
BlkImgDataSrc
          This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
DataBlk
          This is a generic abstract class to store data from a block of an image.
DataBlkFloat
          This is an implementation of the DataBlk interface for 32 bit floating point data (float).
DataBlkInt
          This is an implementation of the DataBlk interface for signed 32 bit integral data.
ImgData
          This interface defines methods to access image attributes (width, height, number of components, etc.).
ImgDataAdapter
          This class provides a default implementation of the methods in the 'ImgData' interface.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.icc
BlkImgDataSrc
          This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
DataBlk
          This is a generic abstract class to store data from a block of an image.
ImgData
          This interface defines methods to access image attributes (width, height, number of components, etc.).
ImgDataAdapter
          This class provides a default implementation of the methods in the 'ImgData' interface.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.icc.lut
DataBlkFloat
          This is an implementation of the DataBlk interface for 32 bit floating point data (float).
DataBlkInt
          This is an implementation of the DataBlk interface for signed 32 bit integral data.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.disp
BlkImgDataSrc
          This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k
Coord
          This class represents 2-D coordinates.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.codestream
Coord
          This class represents 2-D coordinates.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.codestream.reader
BlkImgDataSrc
          This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
Coord
          This class represents 2-D coordinates.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.codestream.writer
Coord
          This class represents 2-D coordinates.
ImgData
          This interface defines methods to access image attributes (width, height, number of components, etc.).
Tiler
          This class places an image in the canvas coordinate system, tiles it, if so specified, and performs the coordinate conversions transparently.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.decoder
CompTransfSpec
          This class extends the ModuleSpec class in order to hold tile specifications for multiple component transformation
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.encoder
BlkImgDataSrc
          This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
CompTransfSpec
          This class extends the ModuleSpec class in order to hold tile specifications for multiple component transformation
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.entropy
BlkImgDataSrc
          This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.entropy.decoder
DataBlk
          This is a generic abstract class to store data from a block of an image.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.entropy.encoder
ImgData
          This interface defines methods to access image attributes (width, height, number of components, etc.).
ImgDataAdapter
          This class provides a default implementation of the methods in the 'ImgData' interface.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.image
BlkImgDataSrc
          This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
Coord
          This class represents 2-D coordinates.
DataBlk
          This is a generic abstract class to store data from a block of an image.
DataBlkByte
          This is an implementation of the DataBlk interface for a byte
DataBlkFloat
          This is an implementation of the DataBlk interface for 32 bit floating point data (float).
DataBlkInt
          This is an implementation of the DataBlk interface for signed 32 bit integral data.
ImgData
          This interface defines methods to access image attributes (width, height, number of components, etc.).
ImgDataAdapter
          This class provides a default implementation of the methods in the 'ImgData' interface.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.image.forwcomptransf
BlkImgDataSrc
          This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
CompTransfSpec
          This class extends the ModuleSpec class in order to hold tile specifications for multiple component transformation
DataBlk
          This is a generic abstract class to store data from a block of an image.
ImgData
          This interface defines methods to access image attributes (width, height, number of components, etc.).
ImgDataAdapter
          This class provides a default implementation of the methods in the 'ImgData' interface.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.image.input
BlkImgDataSrc
          This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
Coord
          This class represents 2-D coordinates.
DataBlk
          This is a generic abstract class to store data from a block of an image.
ImgData
          This interface defines methods to access image attributes (width, height, number of components, etc.).
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.image.invcomptransf
BlkImgDataSrc
          This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
DataBlk
          This is a generic abstract class to store data from a block of an image.
ImgData
          This interface defines methods to access image attributes (width, height, number of components, etc.).
ImgDataAdapter
          This class provides a default implementation of the methods in the 'ImgData' interface.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.image.output
BlkImgDataSrc
          This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.quantization.dequantizer
DataBlk
          This is a generic abstract class to store data from a block of an image.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.quantization.quantizer
ImgData
          This interface defines methods to access image attributes (width, height, number of components, etc.).
ImgDataAdapter
          This class provides a default implementation of the methods in the 'ImgData' interface.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.roi
DataBlk
          This is a generic abstract class to store data from a block of an image.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.roi.encoder
DataBlkInt
          This is an implementation of the DataBlk interface for signed 32 bit integral data.
ImgData
          This interface defines methods to access image attributes (width, height, number of components, etc.).
ImgDataAdapter
          This class provides a default implementation of the methods in the 'ImgData' interface.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.wavelet
Coord
          This class represents 2-D coordinates.
ImgData
          This interface defines methods to access image attributes (width, height, number of components, etc.).
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.wavelet.analysis
BlkImgDataSrc
          This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
ImgData
          This interface defines methods to access image attributes (width, height, number of components, etc.).
ImgDataAdapter
          This class provides a default implementation of the methods in the 'ImgData' interface.
 

Classes in ucar.jpeg.jj2000.j2k.image used by ucar.jpeg.jj2000.j2k.wavelet.synthesis
BlkImgDataSrc
          This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
Coord
          This class represents 2-D coordinates.
DataBlk
          This is a generic abstract class to store data from a block of an image.
ImgData
          This interface defines methods to access image attributes (width, height, number of components, etc.).
 



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