how to segement lines, words and characters from a image containing paragraph and clearly shows the segemented lines,words and characters ?
2 次查看(过去 30 天)
显示 更早的评论
how to segement lines, words and characters from a image containing paragraph and clearly shows the segemented lines,words and characters ?
0 个评论
回答(2 个)
Image Analyst
2017-2-8
Just background correct, threshold, call bwlabel, and regionprops asking for centroid. If the centroids are closer than a certain distance, they belong to the same word.
2 个评论
Image Analyst
2017-2-9
I go through those same steps (except for background correction) in my Image Segmentation Tutorial: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Map Display 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!