Scanbot SDK
|
The barcode recognizer is capable of detecting and decoding barcodes in images. More...
#include <ScanbotSDK.hpp>
Classes | |
struct | InitializationParams |
The initialization parameters for the barcode recognizer. More... | |
Public Member Functions | |
BarcodeRecognizer (const BarcodeRecognizer::InitializationParams ¶ms) | |
Creates a new barcode recognizer. | |
std::vector< BarCodeItem > | recognize (scanbotsdk_image_t image) |
Recognizes barcodes in the given image. | |
The barcode recognizer is capable of detecting and decoding barcodes in images.
|
inline |
Creates a new barcode recognizer.
engine_mode | The engine mode to use. |
formats | The barcode formats to detect. If empty, all formats will be recognized. |
|
inline |
Recognizes barcodes in the given image.
image | The image to recognize barcodes in. |