how to segment words in an image containing paragraph?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/152231/image.png)
In the image,now line segmentation is done! How to segment words?? Pls help me with the code.. Thank you
0 Kommentare
Antworten (2)
Image Analyst
am 26 Nov. 2015
For each line, do the same process as you did for the lines. Sum the image vertically and look for gaps.
5 Kommentare
Divya
am 17 Jan. 2017
Hi Image Analyst,
Thank you for the code to segment lines. But I'm unable to segment with this code.
For the same image given above, the statement "darkColumns = horizontalProfile < 210; " gives zero column.
And when labeling such column doesn't give any result.
I tried changing threshold values. But I am getting stuck in labeling the columns. Can you please help me
0 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!