determine quantity of pixel in one image
Mostrar comentarios más antiguos
HI ALLS!
i am working an square's grayscale image 252*252, now i just wanna to focus on smaller area in this image and count how many pixels this area have in there.
hope you guys help me! thanks so much!
Respuesta aceptada
Más respuestas (2)
José-Luis
el 24 de Abr. de 2014
Well, that would depend on the area, wouldn't it?
number_of_pixels = width * height;
cuong nguyen
el 5 de Mayo de 2014
0 votos
1 comentario
Image Analyst
el 5 de Mayo de 2014
I don't think so, but you can pass the pixels into hist().
Categorías
Más información sobre Image Segmentation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!