You are here: Start » Program Examples » Barcodes (Interleaved2of5)
Barcodes (Interleaved2of5)
Aim
The task is to detect and recognize a single Interleaved2of5 barcode.
Input
An image containing a Interleaved2of5 barcode. The position of the barcode is variable.
Output
Detected barcode and decoded text.
Solution (FIS)
- Add EnumerateImages filter to get load consecutive images of some disk directory.
- Add ReadSingleBarcode filter to detect and recognize a barcode.
- Set the inBarcodeFormat parameter to Interleaved2of5.
- Show the decoded text on a new preview window.
Macrofilter Main
Used Filters
Icon | Name | Description |
---|---|---|
![]() |
EnumerateImages | Emulates image acquisition with images stored on disk. |
![]() |
ReadSingleBarcode | To be used as an easy all-in-one solution for typical barcode reading applications. |