Hand Writing Segmentation
이전 댓글 표시
Hi I have hand writing that need to segment to send it through OCR, problem is that it is connected letter, any easy way to seperate the connected letters apart so it can go trough OCR are one by one. THanks you for your help
답변 (1개)
Image Analyst
2012년 2월 8일
0 개 추천
Morphological operations like erosion and opening will separate blobs, but they might not separate them at the locations you want, so you're best off seeing how other people did it here:
particularly the section called "23.4.3 Character Segmentation, Segmentation of Individual Characters"
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!