Separating Ellipsoids

조회 수: 2 (최근 30일)
Rainer
Rainer 2012년 3월 16일
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
Geoff
Geoff 2012년 3월 16일
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

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2012년 3월 19일
You need to use watershed()
  댓글 수: 1
Rainer
Rainer 2012년 3월 19일
Great, it works!

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Rainer
Rainer 2012년 3월 19일
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?

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by