how to segement lines, words and characters from a image containing paragraph and clearly shows the segemented lines,words and characters ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
how to segement lines, words and characters from a image containing paragraph and clearly shows the segemented lines,words and characters ?
0 comentarios
Respuestas (2)
Image Analyst
el 8 de Feb. de 2017
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 comentarios
Image Analyst
el 9 de Feb. de 2017
I go through those same steps (except for background correction) in my Image Segmentation Tutorial: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
Ver también
Categorías
Más información sobre Map Display en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!