You are here: Start » Program Examples » Bars
Bars
Aim
Reads a barcode with a basic 1D Edge Detection filter.
Input
An image containing a EAN13 barcode.
Output
Decoded barcode.
Macrofilter Main
Used Filters
Icon | Name | Description |
---|---|---|
![]() |
LoadImage | Loads a single image from a file. |
![]() |
ScanMultipleStripes | Very fast detection of multiple pairs of opposite edges - usually for counting or width measurements. |
![]() |
DecodeBarcode | Decoding of barcodes whose bars have been measured in a non-standard way. |