2

I'm a first time Android and OpenCV developer and I would very much appreciate your help and some advise. I would like to extract and identify digits inputted by a mobile phone camera.

How do i approach this? What would be the best way to approach it and what are the steps?

It would help me very much if you could be as specific as possible.

This is how the picture can be inputted:

enter image description here

karlphillip
  • 92,053
  • 36
  • 243
  • 426
Omry Zobel
  • 823
  • 8
  • 10
  • Try this : http://stackoverflow.com/questions/9413216/simple-digit-recognition-ocr-in-opencv-python. It is in python, but you can get a simple logic on how to do it using kNN. – Abid Rahman K Apr 15 '12 at 10:13

1 Answers1

4

There are some great discussions that I've seen around here and other places that can really help you achieve what you are looking for:

karlphillip
  • 92,053
  • 36
  • 243
  • 426