How to separate connected letters of a word?

asked 2018-03-09 03:10:03 -0600

shebna12 gravatar image

I'm using Opencv Python 3.30. I'm having a problem with separating the connected letters of a word. Here's an example: image description

As you've noticed the letters, T and O are connected to each other. I have tried using two iterations of erosion and one iteration of dilation but they're still connected. Do you have any tips how to approach this problem?

Thanks in advance.

edit retag flag offensive close merge delete

Comments

supra56 gravatar imagesupra56 ( 2018-03-09 06:46:00 -0600 )edit

The characters used in that example are separated. In my case, two neighboring characters are connected which makes it difficult to localize each character for recognition.

shebna12 gravatar imageshebna12 ( 2018-03-09 09:19:37 -0600 )edit