Uses of Class
jj2000.j2k.quantization.quantizer.Quantizer
Packages that use Quantizer
-
Uses of Quantizer in jj2000.j2k.quantization.quantizer
Subclasses of Quantizer in jj2000.j2k.quantization.quantizerModifier and TypeClassDescriptionclassThis class implements scalar quantization of integer or floating-point valued source data.Methods in jj2000.j2k.quantization.quantizer that return QuantizerModifier and TypeMethodDescriptionstatic QuantizerQuantizer.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 QuantizerModifier and TypeMethodDescriptionstatic ROIScalerROIScaler.createInstance(Quantizer src, J2KImageWriteParamJava wp) Creates a ROIScaler object.Constructors in jj2000.j2k.roi.encoder with parameters of type QuantizerModifierConstructorDescriptionArbROIMaskGenerator(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.