Tagged Questions

1
vote
2answers
3k views

How to read a EAN-13 bar-code from an image in C?

I would like to read a EAN-13 bar-code from an image in C. I found the OpenCV library that should help me to compute the image as well as an article about an iPhone App that can read Sudoku. But in ...