|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| 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 document detection algorithms.
| void destroy | ( | ) |
Destroys this detector instance and releases resources associated with it.
Call this method when you are done with this detector completely. A destroyed instance should not be used.
| U detect | ( | T | settings, |
| Bitmap | image | ||
| ) |
Runs the document detection algorithm.
| settings | the settings to use during detection |
| image | the bitmap with which the detection algorithm will run against |
| U detect | ( | T | settings, |
| byte[] | data, | ||
| int | width, | ||
| int | height | ||
| ) |
Runs the document detection algorithm.
| settings | the settings to use during detection |
| data | the image data with which the detection algorithm will run against |
| width | the width of the image |
| height | the height of the image |