how to segment binary image
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/192355/image.jpeg)
0 Commenti
Risposte (1)
Image Analyst
il 22 Lug 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 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!