Kofax Mobile SDK API Reference
Public Member Functions | List of all members
ICheckDetector Interface Reference
Inheritance diagram for ICheckDetector:
IDocumentDetector< CheckDetectionSettings, CheckDetectionResult > CheckDetector

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 >
detect (T settings, Bitmap image)
 Runs the document detection algorithm. More...
 
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...
 

Detailed Description

Interface for check detection algorithms.

Member Function Documentation

CheckDetectionResult detect ( CheckDetectionSettings  settings,
Bitmap  image 
)

Runs the check detection algorithm.

Parameters
settingsthe settings to use during detection
imagethe bitmap with which the detection algorithm will run against
Returns
the result of the detection

Implemented in CheckDetector.

CheckDetectionResult detect ( CheckDetectionSettings  checkDetectionSettings,
byte[]  data,
int  width,
int  height 
)

Implemented in CheckDetector.


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