Tagged Questions

7
votes
3answers
777 views

Image classification in python

I'm looking for a method of classifying scanned pages that consist largely of text. Here are the particulars of my problem. I have a large collection of scanned documents and need to detect the ...
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 ...