Uses of Class
jj2000.j2k.quantization.quantizer.Quantizer
-
Packages that use Quantizer Package Description jj2000.j2k.quantization.quantizer jj2000.j2k.roi.encoder -
-
Uses of Quantizer in jj2000.j2k.quantization.quantizer
Subclasses of Quantizer in jj2000.j2k.quantization.quantizer Modifier and Type Class Description class
StdQuantizer
This class implements scalar quantization of integer or floating-point valued source data.Methods in jj2000.j2k.quantization.quantizer that return Quantizer Modifier and Type Method Description static Quantizer
Quantizer. createInstance(CBlkWTDataSrc src, J2KImageWriteParamJava wp)
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 jj2000.j2k.roi.encoder
Methods in jj2000.j2k.roi.encoder with parameters of type Quantizer Modifier and Type Method Description static ROIScaler
ROIScaler. createInstance(Quantizer src, J2KImageWriteParamJava wp)
Creates a ROIScaler object.Constructors in jj2000.j2k.roi.encoder with parameters of type Quantizer Constructor Description ArbROIMaskGenerator(ROI[] rois, int nrc, Quantizer src)
The constructor of the arbitrary mask generatorROIScaler(Quantizer src, ROIMaskGenerator mg, boolean roi, int sLev, boolean uba, J2KImageWriteParamJava wp)
Constructor of the ROI scaler, takes a Quantizer as source of data to scale.
-