How to fill the broken edges of an image ?

12 views (last 30 days)
Pratik Datta
Pratik Datta on 4 Nov 2014
Answered: Image Analyst on 9 Nov 2014
I need to join the broken edges of the image given below . I have detected the edges using the canny edge detector operator and now I need to repair the broken edges. How should I proceed ?

Answers (1)

Image Analyst
Image Analyst on 9 Nov 2014
You can try using activecontour() to find a smoother boundary that "jumps gaps". See attached demo.

Community Treasure Hunt

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

Start Hunting!