how to estimate the density of each pixel in the image?
Show older comments
Accepted Answer
More Answers (1)
Laurent
on 12 Sep 2013
I am not sure what you mean, but if it is the intensity of a pixel, you can access that as follows:
intensity=yourimage(50,60);
gives you the intensity of pixel 50,60 in 'yourimage'.
If you want to know the pixel density of your image, you need to know the number of pixels in your image along each dimension and the 'real' size of your image along each dimension.
Categories
Find more on Image Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!