3

By using Python (numpy/sklearn/opencv) I'm trying to process images with hand-written digits, and after all my main problem turns to be connected digits. For example:

enter image description here

If I crop the digits by hand I get expected output, by taking advantage from NIST dataset, and sklearn SVC classifier, but segmenting the digits seems like impossible task to me. Does anyone know of programmatic approach (like library or similar) for this task, regardless programming language, but preferable in Python?

zetah
  • 583
  • 3
  • 12
  • Here is a paper: http://en.etsmtl.ca/ETS/media/ImagesETS/Labo/LIVIA/Publications/2013/Ribas_IJDAR_2013.pdf – Tom Kealy Sep 05 '13 at 13:18
  • If it is so difficult for you, why not recognize these digits using segmentation-free methods, like HMM. – pitfall Sep 05 '13 at 19:10

0 Answers0