|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| PassportDetectionResult | detect (PassportDetectionSettings settings, Bitmap image) |
| PassportDetectionResult | detect (PassportDetectionSettings passportDetectionSettings, byte[] data, int width, int height) |
Public Member Functions inherited from IDocumentDetector< PassportDetectionSettings, PassportDetectionResult > | |
| U | detect (T settings, Bitmap image) |
| Runs the document detection algorithm. More... | |
| U | detect (T settings, byte[] data, int width, int height) |
| Runs the document detection algorithm. More... | |
| void | destroy () |
| Destroys this detector instance and releases resources associated with it. More... | |
Interface for passport detection algorithms.
| PassportDetectionResult detect | ( | PassportDetectionSettings | settings, |
| Bitmap | image | ||
| ) |
Runs the passport detection algorithm.
| settings | the settings to use during detection |
| image | the bitmap with which the detection algorithm will run against |
Implemented in PassportDetector.
| PassportDetectionResult detect | ( | PassportDetectionSettings | passportDetectionSettings, |
| byte[] | data, | ||
| int | width, | ||
| int | height | ||
| ) |
| passportDetectionSettings | |
| data | the image data with which the detection algorithm will run against |
| width | the width of the image |
| height | the height of the image |
Implemented in PassportDetector.