public final class FineBinarize extends FineOperation
FineOperation class| Modifier and Type | Field and Description |
|---|---|
boolean |
isGreyscale
Specifies whether the image is in grey scale already to avoid unnecessary conversion
|
float |
whiteness
The level of the white color
|
| Constructor and Description |
|---|
FineBinarize(boolean isGreyscale,
float whiteness)
Creates the
FineBinarize object given input parameters |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
public boolean isGreyscale
public float whiteness
public FineBinarize(boolean isGreyscale,
float whiteness)
FineBinarize object given input parametersisGreyscale - - Specifies whether the image is in grey scale already to avoid unnecessary conversionwhiteness - - The level of the white color. A float value is in range from 0 to 1.0public void processImage(MIImage image, MICallback callback) throws MIGenericException
processImage in class FineOperationimage - - the MIImage object with the imagecallback - - the MICallback object that receives information about the image processing progressMIGenericException