Scanbot SDK
|
The barcode recognizer. More...
Public Member Functions | |
None | __init__ (self, BarcodeRecognizerInitParams init_params) |
Creates a new instance of the barcode recognizer. | |
List[Barcode] | recognize (self, np.ndarray image) |
Recognizes barcodes in the given image. | |
The barcode recognizer.
None __init__ | ( | self, | |
BarcodeRecognizerInitParams | init_params | ||
) |
Creates a new instance of the barcode recognizer.
init_params | The barcode recognizer initialization parameters |
List[Barcode] recognize | ( | self, | |
np.ndarray | image | ||
) |
Recognizes barcodes in the given image.
The image must be 1- or 3-channel.
image | The image to recognize barcodes in. The image must be a numpy array with the shape (height, width, channels) |