Skip navigation links
< A C D H I R S 

<

<no name provided>() - Method in class io.scanbot.sdk.dcscanner.DCScannerFrameHandler
Continuously notified about DC data detection results.

A

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

C

Companion - Static variable in class io.scanbot.sdk.dcscanner.DCScannerFrameHandler
 

D

DCScanner - Interface in io.scanbot.sdk.dcscanner
Performs detection and recognition of disability certificate data
DCScannerFrameHandler - Class in io.scanbot.sdk.dcscanner
Performs Disability Certificates data detection on camera preview frames. Outputs results via interface DCScannerFrameHandler.ResultHandler (.addResultHandler).
DCScannerFrameHandler(dcScanner) - Constructor for class io.scanbot.sdk.dcscanner.DCScannerFrameHandler
Performs Disability Certificates data detection on camera preview frames. Outputs results via interface DCScannerFrameHandler.ResultHandler (.addResultHandler).
DCScannerFrameHandler(context, dcScanner) - Constructor for class io.scanbot.sdk.dcscanner.DCScannerFrameHandler
Deprecated. 
DCScannerFrameHandler.Companion - Class in io.scanbot.sdk.dcscanner
 
DCScannerFrameHandler.DcScannerResultHandler - Class in io.scanbot.sdk.dcscanner
Successor-class needed for cross-platform implementation
DCScannerFrameHandler.ResultHandler - Interface in io.scanbot.sdk.dcscanner
 
DcScannerResultHandler() - Constructor for class io.scanbot.sdk.dcscanner.DCScannerFrameHandler.DcScannerResultHandler
Successor-class needed for cross-platform implementation
DefaultDCScanner - Class in io.scanbot.sdk.dcscanner
Performs detection and recognition of DC data
DefaultDCScanner(blobManager) - Constructor for class io.scanbot.sdk.dcscanner.DefaultDCScanner
Performs detection and recognition of DC data
detectAndRecognizeDCBitmap(image, orientation) - Method in interface io.scanbot.sdk.dcscanner.DCScanner
Performs DC page detection and data recognition on the Bitmap. Input image can contain background elements.
detectAndRecognizeDCBitmap(image, orientation) - Method in class io.scanbot.sdk.dcscanner.DefaultDCScanner
Performs DC page detection and data recognition on the Bitmap. Input image can contain background elements.
detectAndRecognizeDCBitmap(image, orientation) - Method in class io.scanbot.sdk.dcscanner.StubDCScanner
Performs DC page detection and data recognition on the Bitmap. Input image can contain background elements.
detectAndRecognizeDCJPEG(image, width, height, orientation) - Method in interface io.scanbot.sdk.dcscanner.DCScanner
Performs DC page detection and data recognition on the JPEG image. Input image can contain background elements.
detectAndRecognizeDCJPEG(image, width, height, orientation) - Method in class io.scanbot.sdk.dcscanner.DefaultDCScanner
Performs DC page detection and data recognition on the JPEG image. Input image can contain background elements.
detectAndRecognizeDCJPEG(image, width, height, orientation) - Method in class io.scanbot.sdk.dcscanner.StubDCScanner
Performs DC page detection and data recognition on the JPEG image. Input image can contain background elements.

H

handleFrame(previewFrame) - Method in class io.scanbot.sdk.dcscanner.DCScannerFrameHandler
 

I

io.scanbot.sdk.dcscanner - package io.scanbot.sdk.dcscanner
 
isEnabled() - Method in class io.scanbot.sdk.dcscanner.DCScannerFrameHandler
 

R

recognizeDC(nv21, width, height, orientation) - Method in interface io.scanbot.sdk.dcscanner.DCScanner
Performs DC page detection and data recognition on the NV21 format image. Input image can contain background elements.
recognizeDC(nv21, width, height, orientation) - Method in class io.scanbot.sdk.dcscanner.DefaultDCScanner
Performs DC page detection and data recognition on the NV21 format image. Input image can contain background elements.
recognizeDC(nv21, width, height, orientation) - Method in class io.scanbot.sdk.dcscanner.StubDCScanner
Performs DC page detection and data recognition on the NV21 format image. Input image can contain background elements.
recognizeDCBGR(bgr, width, height, orientation) - Method in interface io.scanbot.sdk.dcscanner.DCScanner
Performs DC page detection and data recognition on the BGR format image. Input image can contain background elements.
recognizeDCBGR(bgr, width, height, orientation) - Method in class io.scanbot.sdk.dcscanner.DefaultDCScanner
Performs DC page detection and data recognition on the BGR format image. Input image can contain background elements.
recognizeDCBGR(bgr, width, height, orientation) - Method in class io.scanbot.sdk.dcscanner.StubDCScanner
Performs DC page detection and data recognition on the BGR format image. Input image can contain background elements.
recognizeDCBitmap(image, orientation) - Method in interface io.scanbot.sdk.dcscanner.DCScanner
Performs DC data recognition on the Bitmap. Input image have to be the clean image of the DC page without background elements.
recognizeDCBitmap(image, orientation) - Method in class io.scanbot.sdk.dcscanner.DefaultDCScanner
Performs DC data recognition on the Bitmap. Input image have to be the clean image of the DC page without background elements.
recognizeDCBitmap(image, orientation) - Method in class io.scanbot.sdk.dcscanner.StubDCScanner
Performs DC data recognition on the Bitmap. Input image have to be the clean image of the DC page without background elements.
recognizeDCJPEG(image, width, height, orientation) - Method in interface io.scanbot.sdk.dcscanner.DCScanner
Performs DC data recognition on the JPEG image. Input image have to be the clean image of the DC page without background elements.
recognizeDCJPEG(image, width, height, orientation) - Method in class io.scanbot.sdk.dcscanner.DefaultDCScanner
Performs DC data recognition on the JPEG image. Input image have to be the clean image of the DC page without background elements.
recognizeDCJPEG(image, width, height, orientation) - Method in class io.scanbot.sdk.dcscanner.StubDCScanner
Performs DC data recognition on the JPEG image. Input image have to be the clean image of the DC page without background elements.
removeResultHandler(handler) - Method in class io.scanbot.sdk.dcscanner.DCScannerFrameHandler
Unregisters handler.

S

setEnabled(p) - Method in class io.scanbot.sdk.dcscanner.DCScannerFrameHandler
 
StubDCScanner - Class in io.scanbot.sdk.dcscanner
Stub for DC data detection and recognition
StubDCScanner(sapManager) - Constructor for class io.scanbot.sdk.dcscanner.StubDCScanner
 
StubDCScanner() - Constructor for class io.scanbot.sdk.dcscanner.StubDCScanner
 
< A C D H I R S 
Skip navigation links