Dynamic localization of digits from a number from images in Python

537 Views Asked by At

I am working on a dynamic digit localization problem from a number in images in Python. What I exactly mean is: if I have an image like this:

enter image description here

I want to separate all the digits like, 8, 0, 1 like this:

enter image description here

enter image description here

enter image description here

I have tried and explored with MSER, but did not get any far with. And the main problem is, the number can have any number of digits. Another example can be: enter image description here

And the number should be separated as 2, 2 like this:

enter image description here enter image description here

Is there any other approach that I can take using open cv or any other packages available in Python?

0

There are 0 best solutions below