IDetectDocumentBoundaryOperation interface
An operation for image boundaries detection. Use the Apply method of the IImageOperation interface to apply the operation to the image.
interface IDetectDocumentBoundaryOperation : IImageOperation
Properties
| Name | Type | Description |
|---|---|---|
| AreaOfInterest | Rectangle | The rectangle specifying the area of interest in the image coordinates. |
| Mode | DetectionMode |
Document boundary detection mode. The mode influences the crop speed and accuracy. |
| DocumentWidth | float | The document width in millimeters. |
| DocumentHeight | float | The document height in millimeters. |
| DocumentBoundary | Point[], read-only | The detected document boundary defined by the four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left. |
3/2/2022 12:59:15 PM