public abstract static class IImagingCoreAPI.DetectDocumentBoundaryOperation extends java.lang.Object implements IImagingCoreAPI.ImageOperation
Modifier and Type | Class and Description |
---|---|
static class |
IImagingCoreAPI.DetectDocumentBoundaryOperation.DetectionMode
Document boundary detection mode
|
Modifier and Type | Field and Description |
---|---|
android.graphics.Rect |
AreaOfInterest
Area of interest for the operation
|
android.graphics.Point[] |
DocumentBoundary
[out] The detected document boundary.
|
float |
DocumentHeight
[in, out] the document height in millimeters
|
float |
DocumentWidth
[in, out] the document width in millimeters
|
IImagingCoreAPI.DetectDocumentBoundaryOperation.DetectionMode |
Mode
[in] Switch document boundary detection mode
|
Constructor and Description |
---|
DetectDocumentBoundaryOperation() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
public android.graphics.Rect AreaOfInterest
public IImagingCoreAPI.DetectDocumentBoundaryOperation.DetectionMode Mode
public float DocumentWidth
public float DocumentHeight
public android.graphics.Point[] DocumentBoundary