On 11 avr, 00:47, Antoninus Twink <nos...@nospam.invalid> wrote:
> On 10 Apr 2008 at 22:30, kura...@gmail.com wrote:
>
>
>
> > I've been working on recognizing EAN barcodes from images. Yes it's
> > about recognizing barcodes from images but from bars not from the
> > digit with the of OCR software but with "Open Computer Vision
> > library" (OpenCV).
> [snip]
> > I don't have the slighest idea at how to do to extract the rectangular
> > zone of the barcode and then averaging the lines.
>
> > Then, I have problems with some barcodes with some reflections, some
> > bars won't be continue bars so ... it inputs errors and dunno how to
> > correct it (how to reform correctly the bar since some point are
> > presents).
> [snip]
> > I would like to post the source code but it's more than 100 lines ...
> > When my problem is resolved, I think I'll contribute to the community
> > by giving out the sources for recognizing a barcode from image.
>
> That sounds like an interesting and worthwhile project, but probably a
> very challenging one. It's hard to say anything useful without the
> source code - for sure there'll be people here who'll be interested to
> have a look at it, and probably some experts who'll be able to give you
> good advice, so why not post the code, or put it on a website and post a
> link?
I'm far from being a master.
My code is really not good since I've coded this quite fast since I
was in a hurry at the time I wrote it.
It doesn't really do anything but it's a good starting point I hope.
I'm not promising anything about it because I don't forcefully have
the time but I'll try as usual

.
It would be great if people who want to contribute send their patch to
me (I didn't set up a versionning system since it's a SMALL project).
Here it is :
http://www.savefile.com/files/1496871
Have fun
Kurapix