- 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.