public final class FineRecognizeEdges extends FineResultOperation<MIQuad>
FineResultOperation class| Modifier and Type | Field and Description |
|---|---|
boolean |
isFast
The processing mode flag
|
boolean |
isGreyscale
Specifies whether the image is in grey scale already to avoid unnecessary conversion
|
listener| Constructor and Description |
|---|
FineRecognizeEdges(MIListener<MIQuad> listener,
boolean isGreyscale,
boolean isFast)
Creates the
FineRecognizeEdges object given input parameters |
| Modifier and Type | Method and Description |
|---|---|
MIQuad |
processImageWithResult(MIImage image,
MICallback callback)
Processes an input image and returns the processing result
|
processImagepublic boolean isGreyscale
public boolean isFast
public FineRecognizeEdges(MIListener<MIQuad> listener, boolean isGreyscale, boolean isFast)
FineRecognizeEdges object given input parameterslistener - - The listener object that contains the results of the edge recognitionisGreyscale - - Specifies whether the image is in grey scale already to avoid unnecessary conversionisFast - - A boolean value that specifies whether the processing should be fast or slow and better quality.
The default value is false.public MIQuad processImageWithResult(MIImage image, MICallback callback) throws MIGenericException
processImageWithResult in class FineResultOperation<MIQuad>image - - The MIImage object with the imagecallback - - The MICallback object that receives information about the image processing progressMIGenericException