number of pixels inside circles of different radius on a single picture

1 view (last 30 days)
i wanted to draw circles with different radius on a picture and count number of pixels inside each circle coverage..

Accepted Answer

Image Analyst
Image Analyst on 6 Jan 2015
A similar demo of mine is attached.
  10 Comments
Image Analyst
Image Analyst on 25 Jan 2015
You won't know if there are any detached blobs unless you cover the whole image. What if there was a white spot way on the right side just before the right edge of the image? If you had stopped the first time the circle added zero pixels, then you never would get that blob, so the algorithm would not be robust.
For triangles, use poly2mask() to define the binary mask. I'm sure you can figure it out after looking at the help for poly2mask.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!