Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
i wanted to draw circles with different radius on a picture and count number of pixels inside each circle coverage..

Respuesta aceptada

Image Analyst
Image Analyst el 6 de En. de 2015
A similar demo of mine is attached.
  10 comentarios
Image Analyst
Image Analyst el 25 de En. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by