Kofax Mobile SDK API Reference
Public Member Functions | List of all members
IPassportDetector Interface Reference
Inheritance diagram for IPassportDetector:
IDocumentDetector< PassportDetectionSettings, PassportDetectionResult > PassportDetector

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 >
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 passport detection algorithms.

Member Function Documentation

PassportDetectionResult detect ( PassportDetectionSettings  settings,
Bitmap  image 
)

Runs the passport 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 PassportDetector.

PassportDetectionResult detect ( PassportDetectionSettings  passportDetectionSettings,
byte[]  data,
int  width,
int  height 
)
Parameters
passportDetectionSettings
datathe image data with which the detection algorithm will run against
widththe width of the image
heightthe height of the image
Returns

Implemented in PassportDetector.


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.