Restrict regionprops to only fit ellipses within binary objects?

1 vue (au cours des 30 derniers jours)
Andrew Poissant
Andrew Poissant le 23 Juil 2018
Commenté : Guillaume le 25 Juil 2018
I am using regionprops to extract image properties of a binary image. I have a lot of uniquely shaped regions, which is why regionprops is struggling to fit ellipses to the white regions. How do I restrict regionprops to only fit ellipses within the white regions (1s) and not include any of the blue region (0s)? I have attached a picture of the results I get from regionprops for my binary image.
  8 commentaires
Andrew Poissant
Andrew Poissant le 25 Juil 2018
From what I have seen, regionprops is including some background pixels in its sizing of the foreground objects, which is not what I want.
Guillaume
Guillaume le 25 Juil 2018
The 'Area' property returned by regionprop never includes background pixels. It is just the count of foreground pixels. Similarly, the 'Centroid' is the exact centroid of the foreground pixels according to the mathematical definition of the centroid. For a non-convex shape, the centroid may fall outside the shape.
The documentation of regionprops explains clearly how each property is calculated and if in doubt you can always look at the implementation since it's just a standard m file.

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by