Re: Re: Read/decode barcodes from an image

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Basic bar code detection is not that difficult. You set a couple of
virtual lines over the images and "crawl" them pixel by pixel. Then
you count the black/white changes and the density of each change. I
could even think of doing this using GD if I had the time. On the
other hand it can get pretty complicated if you need error correction
like a neuronal network would provide it.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux