Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
i wanted to draw circles with different radius on a picture and count number of pixels inside each circle coverage..

Akzeptierte Antwort

Image Analyst
Image Analyst am 6 Jan. 2015
A similar demo of mine is attached.
  10 Kommentare
Image Analyst
Image Analyst am 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by