public final class FineDenoiseS extends FineOperation
FineOperation class| Modifier and Type | Field and Description |
|---|---|
float |
amount
The amount of remaining details on the image
|
boolean |
isFast
The processing mode flag
|
| Constructor and Description |
|---|
FineDenoiseS(float amount,
boolean isFast)
Creates the
FineDenoiseS object given input parameters |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
public float amount
public boolean isFast
public FineDenoiseS(float amount,
boolean isFast)
FineDenoiseS object given input parametersamount - - The amount of remaining details on the image. A value is in the range from 0 to 1. The default value is 0.5.isFast - - A boolean value that specifies whether the processing should be fast or slow and better quality.
The default value is false.public 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