Kofax Mobile SDK API Reference
Instance Methods | List of all members
kfxKUIPageDetectionEvent Class Reference

This class that indicates a page was detected in the camera preview. More...

#import <kfxKUIPageDetectionEvent.h>

Inheritance diagram for kfxKUIPageDetectionEvent:

Instance Methods

(kfxKEDBoundingTetragon *) - getPageBounds
 The bounding coordinates of the detected page. More...
 
(UIImage *) - getImage
 The preview image that the page was detected in. More...
 

Detailed Description

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.

Method Documentation

- (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.


The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.