count how many pixel has value 255 in an image
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tu Nguyen
el 16 de Feb. de 2022
The image cameraman, how can we find how many pixel has value of 255? Please help me
0 comentarios
Respuesta aceptada
KALYAN ACHARJYA
el 16 de Feb. de 2022
Editada: KALYAN ACHARJYA
el 16 de Feb. de 2022
data=GrayImage==255;
total_pix=sum(data(:))
4 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!