count how many pixel has value 255 in an image
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Tu Nguyen
il 16 Feb 2022
Modificato: AndresVar
il 16 Feb 2022
The image cameraman, how can we find how many pixel has value of 255? Please help me
0 Commenti
Risposta accettata
KALYAN ACHARJYA
il 16 Feb 2022
Modificato: KALYAN ACHARJYA
il 16 Feb 2022
data=GrayImage==255;
total_pix=sum(data(:))
4 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!