Algorithms

How to read barcodes from an image

Ever wanted to know how to read barcodes from an image? This article contains full source code in VB.NET for detecting and decoding 2 of 5 interleaved barcodes, which are widely used in document management systems (DMS).

[Read article]

How to read a barcode from an image in any direction and angle

[Read article]

How to deskew an image

Deskewing an image can help a lot, if you want to perform OCR, OMR, barcode detection or just improve the readability of scanned images. For example think of a camera that automatically takes photos of goods with a barcode. If the skew angle is too big, the barcode can not be detected. This article shows how to deskew an image.

[Read article]