Skip navigation links
< A C D H I R S 

<

<no name provided>() - Method in class io.scanbot.sdk.chequescanner.ChequeScannerFrameHandler
Continuously notified about cheque data detection results.

A

addResultHandler(handler) - Method in class io.scanbot.sdk.chequescanner.ChequeScannerFrameHandler
Registers result handler which will be notified about cheque data detection results.
attach(cameraView, chequeScanner) - Static method in class io.scanbot.sdk.chequescanner.ChequeScannerFrameHandler
Convenience method for creating new class ChequeScannerFrameHandler and adding it as FrameHandler to given camera view.
attach(cameraView, chequeScanner) - Method in class io.scanbot.sdk.chequescanner.ChequeScannerFrameHandler.Companion
Convenience method for creating new class ChequeScannerFrameHandler and adding it as FrameHandler to given camera view.

C

ChequeScanner - Interface in io.scanbot.sdk.chequescanner
Performs detection and recognition of the cheque data
ChequeScannerFrameHandler - Class in io.scanbot.sdk.chequescanner
Performs cheque data detection on camera preview frames. Outputs results via interface ChequeScannerFrameHandler.ResultHandler (.addResultHandler).
ChequeScannerFrameHandler(chequeScanner) - Constructor for class io.scanbot.sdk.chequescanner.ChequeScannerFrameHandler
Performs cheque data detection on camera preview frames. Outputs results via interface ChequeScannerFrameHandler.ResultHandler (.addResultHandler).
ChequeScannerFrameHandler.ChequeScannerResultHandler - Class in io.scanbot.sdk.chequescanner
Successor-class needed for cross-platform implementation
ChequeScannerFrameHandler.Companion - Class in io.scanbot.sdk.chequescanner
 
ChequeScannerFrameHandler.ResultHandler - Interface in io.scanbot.sdk.chequescanner
 
ChequeScannerResultHandler() - Constructor for class io.scanbot.sdk.chequescanner.ChequeScannerFrameHandler.ChequeScannerResultHandler
Successor-class needed for cross-platform implementation
Companion - Static variable in class io.scanbot.sdk.chequescanner.ChequeScannerFrameHandler
 

D

DefaultChequeScanner - Class in io.scanbot.sdk.chequescanner
Performs detection and recognition of the cheque data
DefaultChequeScanner(blobManager) - Constructor for class io.scanbot.sdk.chequescanner.DefaultChequeScanner
Performs detection and recognition of the cheque data

H

handleFrame(previewFrame) - Method in class io.scanbot.sdk.chequescanner.ChequeScannerFrameHandler
 

I

io.scanbot.sdk.chequescanner - package io.scanbot.sdk.chequescanner
 
isEnabled - Variable in class io.scanbot.sdk.chequescanner.ChequeScannerFrameHandler
true to enable cheque data detection. false to disable cheque data detection.

R

recognizeCheque(nv21, width, height, orientation) - Method in interface io.scanbot.sdk.chequescanner.ChequeScanner
Performs cheque data recognition on the NV21 format image
recognizeCheque(nv21, width, height, orientation) - Method in class io.scanbot.sdk.chequescanner.DefaultChequeScanner
Performs cheque data recognition on the NV21 format image
recognizeCheque(nv21, width, height, orientation) - Method in class io.scanbot.sdk.chequescanner.StubChequeScanner
Performs cheque data recognition on the NV21 format image
recognizeChequeBGR(bgr, width, height, orientation) - Method in interface io.scanbot.sdk.chequescanner.ChequeScanner
Performs cheque data recognition on the BGR format image
recognizeChequeBGR(bgr, width, height, orientation) - Method in class io.scanbot.sdk.chequescanner.DefaultChequeScanner
Performs cheque data recognition on the BGR format image
recognizeChequeBGR(bgr, width, height, orientation) - Method in class io.scanbot.sdk.chequescanner.StubChequeScanner
Performs cheque data recognition on the BGR format image
recognizeChequeBitmap(image, orientation) - Method in interface io.scanbot.sdk.chequescanner.ChequeScanner
Performs cheque data recognition on the Bitmap
recognizeChequeBitmap(image, orientation) - Method in class io.scanbot.sdk.chequescanner.DefaultChequeScanner
Performs cheque data recognition on the Bitmap
recognizeChequeBitmap(image, orientation) - Method in class io.scanbot.sdk.chequescanner.StubChequeScanner
Performs cheque data recognition on the Bitmap
recognizeChequeJPEG(image, width, height, orientation) - Method in interface io.scanbot.sdk.chequescanner.ChequeScanner
Performs cheque data recognition on the JPEG image
recognizeChequeJPEG(image, width, height, orientation) - Method in class io.scanbot.sdk.chequescanner.DefaultChequeScanner
Performs cheque data recognition on the JPEG image
recognizeChequeJPEG(image, width, height, orientation) - Method in class io.scanbot.sdk.chequescanner.StubChequeScanner
Performs cheque data recognition on the JPEG image
removeResultHandler(handler) - Method in class io.scanbot.sdk.chequescanner.ChequeScannerFrameHandler
Unregisters handler.

S

StubChequeScanner - Class in io.scanbot.sdk.chequescanner
Stub for cheque data detection and recognition
StubChequeScanner(sapManager) - Constructor for class io.scanbot.sdk.chequescanner.StubChequeScanner
Stub for cheque data detection and recognition
< A C D H I R S 
Skip navigation links