determine quantity of pixel in one image
4 views (last 30 days)
Show older comments
cuong nguyen
on 24 Apr 2014
Commented: Image Analyst
on 5 May 2014
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!
0 Comments
Accepted Answer
Image Analyst
on 24 Apr 2014
See my attached demo where you can hand-draw some region (doesn't have to be rectangular) and it will report the area and do some other stuff too, like masking.
0 Comments
More Answers (2)
José-Luis
on 24 Apr 2014
Well, that would depend on the area, wouldn't it?
number_of_pixels = width * height;
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!