Package io.scanbot.vin
Class JniVinScanner
-
- All Implemented Interfaces:
public final class JniVinScanner extends SelfDisposable
-
-
Constructor Summary
Constructors Constructor Description JniVinScanner(VinScannerConfiguration configuration)
-
Method Summary
Modifier and Type Method Description final Long
ctor(VinScannerConfiguration configuration)
final VinScannerResult
scan(ByteArray nv21, Integer width, Integer height, Integer orientation, Rect finderRect)
Scan image to scan VIN. -
-
Constructor Detail
-
JniVinScanner
JniVinScanner(VinScannerConfiguration configuration)
-
-
Method Detail
-
ctor
final Long ctor(VinScannerConfiguration configuration)
-
scan
final VinScannerResult scan(ByteArray nv21, Integer width, Integer height, Integer orientation, Rect finderRect)
Scan image to scan VIN.
- Parameters:
nv21
- image in form of nv21-encoded byte arraywidth
- image width, pixelsheight
- image height, pixelsorientation
- image orientation.finderRect
- if non-null - perform scanning only in given area.
-
-
-
-