Atalasoft MobileImage API Reference
|
This class that indicates a page was detected in the camera preview. More...
#import <kfxKUIPageDetectionEvent.h>
Instance Methods | |
(kfxKEDBoundingTetragon *) | - getPageBounds |
The bounding coordinates of the detected page. More... | |
(UIImage *) | - getImage |
The preview image that the page was detected in. More... | |
This class that indicates a page was detected in the camera preview.
This event is raised in response to a page being detected in the camera preview, if page detection is enabled. The event includes the preview image that was processed by page detection, and the bounding coordinates of the detected page.
See imageCaptureControl:pageDetected: from kfxKUIImageCaptureControl for sample code.
- (UIImage*) getImage |
The preview image that the page was detected in.
The preview image that was processed by page detection.
- (kfxKEDBoundingTetragon*) getPageBounds |
The bounding coordinates of the detected page.
The bounding coordinates of the detected page in coordinates of preview image. Top left point of detected bounds is closest point to top left corner of preview image.