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 an other hand, I found an opensource library to read DataMatrix bar-code.
I would like to join an existing OpenSource project about reading bar-code instead of starting one, since I am sure that some people already worked on this.
Do you have an idea of were to start and what to use to read EAN-13 barcode in C ?