Segmentation of single or multiple touching handwritten numeral string using background and foreground analisis
조회 수: 1 (최근 30일)
이전 댓글 표시
I'm working on the final task, and I had difficulty to separate single or multiple handwriten Touching numeral string using background and foreground, I had reached the thinning stage, please help to guide segmentation in matlab work, thanks
댓글 수: 0
답변 (2개)
Image Analyst
2011년 11월 24일
If they're not separated after thinning then they were also connected in your binary image. So you'll have to do some better filtering or thresholding. For example, these author's method looks pretty good: http://www.leptonica.com/binarization.html
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!