Count centroids in an image

3 ビュー (過去 30 日間)
Adam Kelly
Adam Kelly 2019 年 11 月 9 日
コメント済み: Adam Danz 2019 年 11 月 10 日
Hey I have this binary image, with the centroids detetced but I need a way to count them so I get an output as number of characters is 7. I haven't been able to find a function or any way to do this. CountImage.jpg
  5 件のコメント
Matt J
Matt J 2019 年 11 月 10 日
but I need a way to count them
Why not just
numel(s)
Adam Danz
Adam Danz 2019 年 11 月 10 日
@Adam Kelly, it looks like you've got several suggestions here. Let us know if you get stuck or if you're looking for something different.

サインインしてコメントする。

回答 (1 件)

Arash Rabbani
Arash Rabbani 2019 年 11 月 10 日
Why not simply label the binary image? and 'Num' would be the number of characters.
[Label, Num]=bwlabel(Image)

カテゴリ

Help Center および File ExchangeGet Started with Image Processing Toolbox についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by