[]
Creates a ROIScaler object. The Quantizer is the source of data to scale.
<p>The ROI Scaler creates a ROIMaskGenerator depending on what ROI
information is in the ParameterList. If only rectangular ROI are used,
the fast mask generator for rectangular ROI can be used.</p>
public static ROIScaler createInstance(Quantizer src, ParameterList pl, EncoderSpecs encSpec)
Type | Name | Description |
---|---|---|
Quantizer | src | The source of data to scale |
ParameterList | pl | The parameter list (or options). |
EncoderSpecs | encSpec | The encoder specifications for addition of roi specs |
Type | Description |
---|---|
ROIScaler |