image processing - Extract numbers from poker cards -
i want develop application that, given image of several poker cards, able tell numbers on cards. have never done image-processing before, wonder how should started. thoughts appreciated!
a lot depends on how images like. example if images taken mobile cam , have pre-processed before can ocr.
i've used tesseract ( https://code.google.com/p/tesseract-ocr/) before ocr , works ok printed text. poorly without training on images mobile phone. can 3rd party paid api if dont want go through work yourself.
also valuable advice got
- keep text part in image. (eliminate unnecessary lines/ noise).
- if text vertical or oriented @ angle, align text region in horizontal direction.
Comments
Post a Comment