|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| CheckDetectionResult | detect (CheckDetectionSettings settings, Bitmap image) |
| CheckDetectionResult | detect (CheckDetectionSettings checkDetectionSettings, byte[] data, int width, int height) |
Public Member Functions inherited from IDocumentDetector< CheckDetectionSettings, CheckDetectionResult > | |
| 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 check detection algorithms.
| CheckDetectionResult detect | ( | CheckDetectionSettings | settings, |
| Bitmap | image | ||
| ) |
Runs the check detection algorithm.
| settings | the settings to use during detection |
| image | the bitmap with which the detection algorithm will run against |
Implemented in CheckDetector.
| CheckDetectionResult detect | ( | CheckDetectionSettings | checkDetectionSettings, |
| byte[] | data, | ||
| int | width, | ||
| int | height | ||
| ) |
Implemented in CheckDetector.