public final class FineAutoEnhance extends FineOperation
FineOperation class| Modifier and Type | Field and Description |
|---|---|
int |
details
The radius of image detail that should be removed
|
boolean |
isFast
Processing mode flag
|
int |
noiseGap
Maximum noise value
|
| Constructor and Description |
|---|
FineAutoEnhance(int details,
int noiseGap,
boolean isFast)
Creates the
FineAutoEnhance object given input parameters |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
public int details
public int noiseGap
public boolean isFast
public FineAutoEnhance(int details,
int noiseGap,
boolean isFast)
FineAutoEnhance object given input parametersdetails - - The radius of image detail that should be removed as a percent of the image size. The value must be bigger than 0.
The recommended value is 15.noiseGap - - The maximum level of noise in percent of the full dynamic range. The recommended value is 30.isFast - - If true, the conversion is performed fasterpublic 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