|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Quantizer | |
---|---|
ucar.jpeg.jj2000.j2k.quantization.quantizer | |
ucar.jpeg.jj2000.j2k.roi.encoder |
Uses of Quantizer in ucar.jpeg.jj2000.j2k.quantization.quantizer |
---|
Subclasses of Quantizer in ucar.jpeg.jj2000.j2k.quantization.quantizer | |
---|---|
class |
StdQuantizer
This class implements scalar quantization of integer or floating-point valued source data. |
Methods in ucar.jpeg.jj2000.j2k.quantization.quantizer that return Quantizer | |
---|---|
static Quantizer |
Quantizer.createInstance(CBlkWTDataSrc src,
EncoderSpecs encSpec)
Creates a Quantizer object for the appropriate type of quantization specified in the options in the parameter list 'pl', and having 'src' as the source of data to be quantized. |
Uses of Quantizer in ucar.jpeg.jj2000.j2k.roi.encoder |
---|
Methods in ucar.jpeg.jj2000.j2k.roi.encoder with parameters of type Quantizer | |
---|---|
static ROIScaler |
ROIScaler.createInstance(Quantizer src,
ParameterList pl,
EncoderSpecs encSpec)
Creates a ROIScaler object. |
Constructors in ucar.jpeg.jj2000.j2k.roi.encoder with parameters of type Quantizer | |
---|---|
ArbROIMaskGenerator(ROI[] rois,
int nrc,
Quantizer src)
The constructor of the arbitrary mask generator |
|
ROIScaler(Quantizer src,
ROIMaskGenerator mg,
boolean roi,
int sLev,
boolean uba,
EncoderSpecs encSpec)
Constructor of the ROI scaler, takes a Quantizer as source of data to scale. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |