Filter löschen
Filter löschen

how to segment words in an image containing paragraph?

1 Ansicht (letzte 30 Tage)
sindhu c
sindhu c am 26 Nov. 2015
Beantwortet: Divya am 17 Jan. 2017
In the image,now line segmentation is done! How to segment words?? Pls help me with the code.. Thank you

Antworten (2)

Image Analyst
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
sindhu c
sindhu c am 27 Nov. 2015
Thank you for the reply.. After segmenting i have to get segmented words as i got lines.. I have attached the code.Please check whether its correct or not.After following the instructions which you gave,nothing is being displayed for word segmentation
sindhu c
sindhu c am 27 Nov. 2015
for clear understanding, i have got the segmented line from previous code.Now how to segment words from this line? Please help me with code

Melden Sie sich an, um zu kommentieren.


Divya
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

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by