A Robust Software Barcode Reader Using the Hough Transform

  • Authors:
  • Adolfo Otero

  • Affiliations:
  • -

  • Venue:
  • ICIIS '99 Proceedings of the 1999 International Conference on Information Intelligence and Systems
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

Nowadays, barcodes are used in many different applications and environments. For most applications, such as access control, price calculation, etc., a handheld scanner is enough, but in other environments where the volume of information is very high and time is critical, hardware scanners aren't the best choice. In such situations, a powerful software barcode reader can process the barcode readers present in a scanned document without human interaction.The most commonly approach used to implement this kind of software scanners is to simulate the handheld scanner behavior by tracing one or more lines (the hardware laser beam) and measure the width of the barcode's lines and spaces. These methods present a serious handicap, since they are highly sensitive to eventual noise (human signatures, marks) that can be present in a code. In this paper we present a method based on the Hough transform which solves the problem mentioned before, and that can be easily adapted to read any 1-D barcode.