Hand Writing Segmentation
Mostrar comentarios más antiguos
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
Respuestas (1)
Image Analyst
el 8 de Feb. de 2012
0 votos
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"
Categorías
Más información sobre Convert Image Type 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!