how to segment binary image
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.

0 commentaires
Réponses (1)
Image Analyst
le 22 Juil 2018
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().
0 commentaires
Voir également
Catégories
En savoir plus sur Convert Image Type dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!