Borrar filtros
Borrar filtros

Separating Ellipsoids

2 visualizaciones (últimos 30 días)
Rainer
Rainer el 16 de Mzo. de 2012
Hi everyone, I have an image processing question. I have a bunch of binary ellipsoids and some of them touch each other (forming what looks like a "8"). Can anyone suggest a method to separate the two ellipsoids?
Thanks in advance
  1 comentario
Geoff
Geoff el 16 de Mzo. de 2012
Do you want to actually separate them (by making them smaller), or simply identify them as two independent shapes? You say 'ellipsoid' - that is a 3-dimensional shape. Do you mean 'ellipse', or are you processing 3D images? Are the shapes all similar in size? Sorry, I just asked way more questions than you asked! =P

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 19 de Mzo. de 2012
You need to use watershed()
  1 comentario
Rainer
Rainer el 19 de Mzo. de 2012
Great, it works!

Iniciar sesión para comentar.

Más respuestas (1)

Rainer
Rainer el 19 de Mzo. de 2012
You are right, i meant ellipse (2D). The area of the ellipses are impt to me so eroding the image won't work. The shapes are somewhat similar in size but the orientation is random (i.e. the two connected ellipses can lay every which way) The imfindcircles function in 2012a is what I need....but for ellipses! Any ideas?

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by