Skip to content

OpenCV program designed to find, extract and read barcodes in images.

Notifications You must be signed in to change notification settings

benrrr/Barcode-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Barcode Reader

The goal of this project was to design an OpenCV program to find, extract, correct orientation and read a barcode from an image.

This was completed in a team of 3 inlcuding myself, Robert Vaughan and Mohamad Zabad. Much of my research and development process was documented here.

Sample Images

Input Image

Imgur

Barcode Found

Imgur

Cleaned

Imgur

ROI Cropped and Rotated

Imgur

Output:

From the previou state the image is read as binary, then the standard UPC-A barcode rules are automatically applied to extract decimal numbers.

Binary: 10101110110001101011000101011110111101001001101010111001010010001001110111010010111001000010101

Decimal: 705632085943

About

OpenCV program designed to find, extract and read barcodes in images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages