public final class FineScaleFixed extends FineOperation
FineOperation class| Modifier and Type | Field and Description |
|---|---|
float |
scale
The scale factor of axes
|
| Constructor and Description |
|---|
FineScaleFixed(float scale)
Creates the
FineScaleFixed object given the scale |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
public FineScaleFixed(float scale)
FineScaleFixed object given the scalescale - - The scale factor of axes. 0.01 is the minimum supported value.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