how to segment binary image
Mostrar comentarios más antiguos
I have OCR in Arabic. I want to segment characters separated by space. Consider following image and help plz. There are three characters in this image.

Respuestas (1)
Image Analyst
el 22 de Jul. de 2018
0 votos
Not sure what you mean. That image is already segmented - you produced a binary image by segmenting a gray scale or color image. If you want to identify each blob by connected components, you can use bwlabel() or bwconncomp().
Categorías
Más información sobre Convert Image Type en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!