count how many pixel has value 255 in an image
5 ビュー (過去 30 日間)
古いコメントを表示
The image cameraman, how can we find how many pixel has value of 255? Please help me
0 件のコメント
採用された回答
KALYAN ACHARJYA
2022 年 2 月 16 日
編集済み: KALYAN ACHARJYA
2022 年 2 月 16 日
data=GrayImage==255;
total_pix=sum(data(:))
4 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!