how to ellipse fitting to connected object?

 Réponse acceptée

Evan
Evan le 13 Nov 2014
help regionprops
This allows you to return the orientation, major axis length, and minor axis length of binary data with regions that approximate ellipses.
The page also contains code for plotting your ellipse fits.

3 commentaires

Abo
Abo le 14 Nov 2014
Modifié(e) : Abo le 25 Nov 2014
This image shows binary image of pigs. In red are ellipses for which I have attempted to fit to this picture. I want to fit theses ellipses to each animal, instead of an ellipse for connected animals (left one). How can I do this?
Evan
Evan le 14 Nov 2014
Modifié(e) : Evan le 14 Nov 2014
Regionprops performs its operations for each connected region of true values, so it treats that cluster of three pigs as a single entity.
The way you do this likely depends on the range of scenarios that you expect from your images. I would suggest looking through the functions in the Image Processing Toolbox, particularly those that relate to Segmentation to see which ones might be useful.

Connectez-vous pour commenter.

Plus de réponses (1)

Abo
Abo le 25 Nov 2014

0 votes

thank you. your answers are so helpful.

Community Treasure Hunt

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

Start Hunting!

Translated by