B
C
D
E
F
G
I
L
M
N
O
P
R
S
U
W
C
- ContourDetector - class in io.scanbot.sdk.core.contourdetector
- Performs contour detection.
- ContourDetector.Companion - class in io.scanbot.sdk.core.contourdetector.ContourDetector
- ContourDetector.Type - class in io.scanbot.sdk.core.contourdetector.ContourDetector
- The type of the ContourDetector.
- ContourDetectorSettings - class in io.scanbot.sdk.core.contourdetector
- Encapsulates settings for contour detector instance creation
- ContourDetectorSettings.Builder - class in io.scanbot.sdk.core.contourdetector.ContourDetectorSettings
- Builds an instance of ContourDetectorSettings
- createBitmapFromEncodedData(ByteArray) - function in io.scanbot.sdk.core.contourdetector.ContourDetector.Companion
- Creates a
ARGB_8888Bitmap from an in-memory JPEG. - createBitmapFromEncodedFile(String) - function in io.scanbot.sdk.core.contourdetector.ContourDetector.Companion
- Creates a
ARGB_8888Bitmap from encoded JPEG on file system