public final class FineTransformPerspective extends FineOperation
FineOperation class| Modifier and Type | Field and Description |
|---|---|
MIQuad |
edges
The
MIQuad object that contains the image quadrangle to transform |
MISize |
size
The size for the resulting image
|
| Constructor and Description |
|---|
FineTransformPerspective(MIQuad edges,
MISize size)
Creates the
FineTransformPerspective object given input parameters |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
public MIQuad edges
MIQuad object that contains the image quadrangle to transformpublic MISize size
public FineTransformPerspective(MIQuad edges, MISize size)
FineTransformPerspective object given input parametersedges - - The MIQuad object that contains the image quadrangle to transformmsize - - The size for the resulting image.
If this parameter is null, the size of the bounding box is usedpublic 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