Separation of Overlapping and Touching Lines

조회 수: 2 (최근 30일)
consortium
consortium 2014년 1월 18일
편집: consortium 2014년 1월 21일
Hi..
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 is my image link
Thanks
  댓글 수: 2
Anand
Anand 2014년 1월 18일
Did you use the activecontour function for this segmentation? If so, what method did you use 'Chan-Vese' or 'edge'? Also, did you try fiddling with the smoothness parameter? Try reducing the smoothness parameter. That might give you a closer segmentation.
consortium
consortium 2014년 1월 18일
편집: consortium 2014년 1월 18일
The implementation of active contours is done using level sets. reducing the smoothness parameter do not give good results on different types of documents. I need post-processing to separate overlapping and touching lines

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2014년 1월 18일
Try a morphological closing with imclose().
  댓글 수: 5
Image Analyst
Image Analyst 2014년 1월 19일
Why? Why does it have to be automatic, rather than quick and effective? Do you want to get the job done , or do you want to spend weeks researching it (more time than you'd save with an automatic solution)? Unless you have thousands of images (which I doubt), I'd just get it done.
consortium
consortium 2014년 1월 20일
편집: consortium 2014년 1월 21일
Thank you for all. I tried this method using the watershed over the distance function of the connected component set to separate them like here and here here some results obtained http://oi39.tinypic.com/adkprk.jpg and http://oi39.tinypic.com/29e6p86.jpg ... this method is inappropriate for the shapes textelines but I think I found an automated solution using histogram projection profile but isn't appropriate for all types of documents http://oi41.tinypic.com/69q99t.jpg ... I'm waiting for any sugestion

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by