how to ellipse fitting to connected object?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
how to ellipse fitting to connected object?
0 comentarios
Respuesta aceptada
Evan
el 13 de Nov. de 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.
See here for more: http://blogs.mathworks.com/steve/2010/07/30/visualizing-regionprops-ellipse-measurements/
The page also contains code for plotting your ellipse fits.
3 comentarios
Evan
el 14 de Nov. de 2014
Editada: Evan
el 14 de Nov. de 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.
Image Analyst
el 14 de Nov. de 2014
You can use watershed to split them apart. http://blogs.mathworks.com/steve/2013/11/19/watershed-transform-question-from-tech-support/
Más respuestas (1)
Ver también
Categorías
Más información sobre Image Segmentation and Analysis en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!