public final class FineSharpenS extends FineOperation
FineOperation class| Modifier and Type | Field and Description |
|---|---|
int[] |
strength
Sharpening coefficients
|
int |
threshold
The filter threshold
|
| Constructor and Description |
|---|
FineSharpenS(int[] strength,
int threshold)
Creates the
FineSharpenS object given input parameters |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
public int[] strength
public int threshold
public FineSharpenS(int[] strength,
int threshold)
FineSharpenS object given input parametersstrength - - An array of five sharpening coefficients, from highest frequency to lowest, (%, 0 - no sharpening)threshold - - The filter threshold is in the range from 0 to 255public 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