how to join broken line in binary image for closing the area by line?

3 ビュー (過去 30 日間)
Hanuman Wable
Hanuman Wable 2013 年 12 月 10 日
コメント済み: Image Analyst 2018 年 3 月 31 日
To a binary image i want to find out area of different object in a picture, but i am not able to connect the edges which are broken. kindly advice.

回答 (1 件)

Image Analyst
Image Analyst 2013 年 12 月 10 日
You could try imclose() or try edge linking: http://www.csse.uwa.edu.au/~pk/Research/MatlabFns/#edgelink
  3 件のコメント
Eric Chadwick
Eric Chadwick 2018 年 3 月 29 日
Hi image analyst. Neither of to seem to work for me. I have a 3D binary image with just one line and a point that I want to connect to the line. Imclose does not seem to work and neither does dilating and then taking the skeleton.
I have tried Peter Kovesi's code, but it does not seem to work for 3D images. Do you have any other suggestions?
Cheers,
Eric

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by