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 ?

link|improve this question

1  
Seams that this question is quite similar : stackoverflow.com/questions/113571/… – Natim Oct 14 '09 at 7:11
feedback

2 Answers

up vote 0 down vote accepted

This project looks quite close to what I am looking for : http://sourceforge.net/projects/zbar/

link|improve this answer
feedback

There is already some very broad 1990's patent on reading barcodes from a cell phone camera. I'm sorry I don't recall the details.

It killed a project I was working on, I do know that.

link|improve this answer
I am doing that for an internship. but it is interesting to know. By the way it seams that there is an opensource project to read barcodes using Android's cellphones – Natim Oct 14 '09 at 7:08
feedback

protected by Will Apr 14 '11 at 18:34

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.