Uses of Interface
jj2000.j2k.image.BlkImgDataSrc
-
-
Uses of BlkImgDataSrc in com.sun.media.imageioimpl.plugins.jpeg2000
Classes in com.sun.media.imageioimpl.plugins.jpeg2000 that implement BlkImgDataSrc Modifier and Type Class Description class
RenderedImageSrc
-
Uses of BlkImgDataSrc in jj2000.j2k.entropy
Constructors in jj2000.j2k.entropy with parameters of type BlkImgDataSrc Constructor Description PrecinctSizeSpec(int nt, int nc, byte type, BlkImgDataSrc imgsrc, IntegerSpec dls, J2KImageWriteParamJava wp, String values)
Creates a new PrecinctSizeSpec object for the specified number of tiles and components and the J2KImageWriteParamJava instance. -
Uses of BlkImgDataSrc in jj2000.j2k.image
Classes in jj2000.j2k.image that implement BlkImgDataSrc Modifier and Type Class Description class
ImgDataConverter
This class is responsible of all data type conversions.class
ImgDataJoiner
This class implements the ImgData interface and allows to obtain data from different sources.class
Tiler
This class places an image in the canvas coordinate system, tiles it, if so specified, and performs the coordinate conversions transparently.Constructors in jj2000.j2k.image with parameters of type BlkImgDataSrc Constructor Description ImgDataConverter(BlkImgDataSrc imgSrc)
Constructs a new ImgDataConverter object that operates on the specified source of image data.ImgDataConverter(BlkImgDataSrc imgSrc, int fp)
Constructs a new ImgDataConverter object that operates on the specified source of image data.ImgDataJoiner(BlkImgDataSrc[] imD, int[] cIdx)
Class constructor.Tiler(BlkImgDataSrc src, int ax, int ay, int px, int py, int nw, int nh)
Constructs a new tiler with the specified 'BlkImgDataSrc' source, image origin, tiling origin and nominal tile size. -
Uses of BlkImgDataSrc in jj2000.j2k.image.forwcomptransf
Classes in jj2000.j2k.image.forwcomptransf that implement BlkImgDataSrc Modifier and Type Class Description class
ForwCompTransf
This class apply component transformations to the tiles depending on user specifications.Constructors in jj2000.j2k.image.forwcomptransf with parameters of type BlkImgDataSrc Constructor Description ForwCompTransf(BlkImgDataSrc imgSrc, J2KImageWriteParamJava wp)
Constructs a new ForwCompTransf object that operates on the specified source of image data. -
Uses of BlkImgDataSrc in jj2000.j2k.image.input
Classes in jj2000.j2k.image.input that implement BlkImgDataSrc Modifier and Type Class Description class
ImgReader
This is the generic interface to be implemented by all image file (or other resource) readers for different image file formats.class
ImgReaderPGM
This class implements the ImgData interface for reading 8 bit unsigned data from a binary PGM file. -
Uses of BlkImgDataSrc in jj2000.j2k.image.invcomptransf
Classes in jj2000.j2k.image.invcomptransf that implement BlkImgDataSrc Modifier and Type Class Description class
InvCompTransf
This class apply inverse component transformations to the tiles depending on specification read from the codestream header.Constructors in jj2000.j2k.image.invcomptransf with parameters of type BlkImgDataSrc Constructor Description InvCompTransf(BlkImgDataSrc imgSrc, DecoderSpecs decSpec, int[] utdepth)
Constructs a new ForwCompTransf object that operates on the specified source of image data. -
Uses of BlkImgDataSrc in jj2000.j2k.wavelet.analysis
Methods in jj2000.j2k.wavelet.analysis with parameters of type BlkImgDataSrc Modifier and Type Method Description static ForwardWT
ForwardWT. createInstance(BlkImgDataSrc src, J2KImageWriteParamJava wp)
Creates a ForwardWT object with the specified filters, and with other options specified in the parameter list 'pl'.Constructors in jj2000.j2k.wavelet.analysis with parameters of type BlkImgDataSrc Constructor Description ForwWTFull(BlkImgDataSrc src, J2KImageWriteParamJava wp, int pox, int poy)
Initializes this object with the given source of image data and with all the decompositon parameters -
Uses of BlkImgDataSrc in jj2000.j2k.wavelet.synthesis
Classes in jj2000.j2k.wavelet.synthesis that implement BlkImgDataSrc Modifier and Type Class Description class
InverseWT
This abstract class extends the WaveletTransform one with the specifics of inverse wavelet transforms.class
InvWTFull
This class implements the InverseWT with the full-page approach for int and float data.
-