フィルターのクリア

get area of a binary image

1 回表示 (過去 30 日間)
Andre Asfar
Andre Asfar 2011 年 7 月 26 日
Hi everyone, I have a question about get area of binary images like this:
The area is the number of pixels, there is a command that can give me the area?

採用された回答

Walter Roberson
Walter Roberson 2011 年 7 月 26 日
YourArea = sum(YourImage(:));
  1 件のコメント
Andre Asfar
Andre Asfar 2011 年 7 月 26 日
Thanks!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by