Effacer les filtres
Effacer les filtres

how to segment words in an image containing paragraph?

1 vue (au cours des 30 derniers jours)
sindhu c
sindhu c le 26 Nov 2015
Réponse apportée : Divya le 17 Jan 2017
In the image,now line segmentation is done! How to segment words?? Pls help me with the code.. Thank you

Réponses (2)

Image Analyst
Image Analyst le 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 commentaires
sindhu c
sindhu c le 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 le 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

Connectez-vous pour commenter.


Divya
Divya le 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

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by