how to seperate into two unique shapes

조회 수: 2 (최근 30일)
Huseyin
Huseyin 2016년 10월 9일
댓글: Huseyin 2016년 10월 9일
Hi, I want to seperate these elliptic shapes into two distinct shapes. Is it possible? please help.
Thanks
  댓글 수: 2
Huseyin
Huseyin 2016년 10월 9일
Yes Dr.Siva, However these shapes have thick borders and when I detect the contours, I couldn't combine the intersection points and the distinct parts to make 2 different elliptical shapes. If you help, I will be very glad. Thank you.

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

답변 (1개)

Image Analyst
Image Analyst 2016년 10월 9일
Try thresholding, then skeletonizing with bwmorph(). Then find crossing points with bwmorph and remove them to break it up into parts. Then use edge linking to join nearby curves with the same slope. Then dilate out to the original size.
  댓글 수: 1
Huseyin
Huseyin 2016년 10월 9일
Dear Image Analyst, Thanks for your reply. But this explanation sounds too advance for me. Could you please share the code for this example? So I can figure how it works part by part.

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

Community Treasure Hunt

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

Start Hunting!

Translated by