I need a matlab code for segmentation of text lines in a scanned document image using projection profile?
Mostrar comentarios más antiguos
I am working on segmentation of document images and I need a matlab code for segmentation of text lines in a scanned document image using projection profile....can anyone give me the code?
Thank you
Respuestas (2)
Image Analyst
el 7 de Mzo. de 2015
0 votos
Or run my attached demo that will find handwriting on an image with bad global lighting variation.
2 comentarios
Chintan Modi
el 18 de Jul. de 2016
this code is for contrast enhancement from handwritten document image.
i'm also want to perform line segmentation from handwritten document image.
Image Analyst
el 18 de Jul. de 2016
Sum the image horizontally and then threshold. I've posted code on this several times before. Here's a demo attached. Change the filename to your file, and make other modifications as needed.
Dima Lisin
el 9 de Mzo. de 2015
0 votos
You can try the ocr function in the Computer Vision System Toolbox.
Categorías
Más información sobre Image Thresholding en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!