public abstract class FineOperation
extends java.lang.Object
| Constructor and Description |
|---|
FineOperation() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
public abstract void processImage(MIImage image, MICallback callback) throws MIGenericException
image - - The MIImage object with the imagecallback - - The MICallback object that receives information about the image processing progressMIGenericException