I need a matlab code for segmentation of text lines in a scanned document image using projection profile?
이전 댓글 표시
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
답변 (2개)
Image Analyst
2015년 3월 7일
0 개 추천
Or run my attached demo that will find handwriting on an image with bad global lighting variation.
댓글 수: 2
Chintan Modi
2016년 7월 18일
this code is for contrast enhancement from handwritten document image.
i'm also want to perform line segmentation from handwritten document image.
Image Analyst
2016년 7월 18일
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
2015년 3월 9일
0 개 추천
You can try the ocr function in the Computer Vision System Toolbox.
카테고리
도움말 센터 및 File Exchange에서 Image Thresholding에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!