Can anyone suggest an approach or method for the separation of overlapping and touching lines within handwritten documents?
I can segment text lines. Now i want to separate the connected lines.
Here it is my image:
Thanks
Can anyone suggest an approach or method for the separation of overlapping and touching lines within handwritten documents?
I can segment text lines. Now i want to separate the connected lines.
Here it is my image:
Thanks
You try using the watershed over the distance function of the connected component set to separate them like here and here. Though its possible it could oversegment the result based on the shapes.