필터 지우기
필터 지우기

Join curves of an image, identify which curves have to be joined

조회 수: 1 (최근 30일)
Muskan Agrawal
Muskan Agrawal 2020년 8월 5일
댓글: Muskan Agrawal 2020년 8월 6일
There is an image of say the surface of a metal. So, it has a lot of curves on it. There are also some discontinuous curves. So, I a supposed to join such curves.
I have been working on this and also came up with a solution in which I have to manually select two curves that are supposed to be joined. Then those curves are joined.
Since, there are many such discontinuous curves to be joined, I want to automotise it. Specifically, I don't want to manually select curves. Is there any way to proceed.
I have attached an image below to give a gist. Red circles shows the curves I want to join. Blue circles shows that they are joined. But my problem is that each time the user has t select the two curves that are supposed to be joined. Please do help.

답변 (1개)

Image Analyst
Image Analyst 2020년 8월 5일
I'm attaching two edge linking demos. Adapt as needed - sorry I can't do that for you (not enough time).
  댓글 수: 3
Image Analyst
Image Analyst 2020년 8월 6일
They basically find endpoints, then if a pair of endpoints are closer together than a specified distance, it connects those endpoints with a line. Isn't that what you want to do?
Muskan Agrawal
Muskan Agrawal 2020년 8월 6일
Yeah! I tried doing but its not fulfilling the result which I want. Actually not all curves are supposed to be joined. Also the curves in the above image are so close, it isn't working out the way I want.
Pls try the code which I am attaching. May be I ll be able to make myself clearer, what kind of result I want.

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

Community Treasure Hunt

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

Start Hunting!

Translated by