how to segment binary image

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.

답변 (1개)

Image Analyst
Image Analyst 2018년 7월 22일

0 개 추천

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().

카테고리

도움말 센터File Exchange에서 Convert Image Type에 대해 자세히 알아보기

태그

질문:

2018년 7월 22일

답변:

2018년 7월 22일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by