| Package | Description | 
|---|---|
| jj2000.j2k.quantization.quantizer | |
| jj2000.j2k.roi.encoder | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StdQuantizer
This class implements scalar quantization of integer or floating-point
 valued source data. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ROIScaler | 
ROIScaler.createInstance(Quantizer src,
              J2KImageWriteParamJava wp)
Creates a ROIScaler object. 
 | 
| Constructor and Description | 
|---|
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,
         J2KImageWriteParamJava wp)
Constructor of the ROI scaler, takes a Quantizer as source of data to
 scale. 
 | 
Copyright © 2014 Open Microscopy Environment