What is SmartReco-B?
SmartReco-B ...
- is a high-quality, flexible and fast software for the recognition of barcodes in color, grayscale and binary images.
- supports the following barcode types:
- is not an end user product, but a subprogram library for software developers.
- has been implemented in ANSI-C. Java and C# developers are supported by relevant wrappers.
- was designed platform independent and is now available as a static or dynamic C library for Windows/X86 (32-bit), Windows/X64 (64-bit), Linux/X86 (32-bit), Linux/X64 (64-bit), ARM32 (32-bit) and ARM64 (64-bit).
- essentially consists of four functions that are easy to integrate:
srb_init
-
initializes the barcode reader (desired types, orientations etc.) and creates a corresponding handle,
srb_read
-
decodes all specified barcodes contained in an image (or image section)
and saves the recognition results into an internal buffer,
srb_get_res
-
copies one of the recognition results from the internal buffer into the working memory,
srb_free
-
releases a handle created by srb_init and frees the corresponding memory.