edge linking

10 次查看(过去 30 天)
sathya
sathya 2012-4-27
hi i have applied segmentation to my image.the segmented image has broken edges,i should link it before further processing.can anyone give me the code for edge linking.Thanks in advance...

回答(1 个)

Image Analyst
Image Analyst 2012-4-27
You could try imclose(), followed by bwmorph('skel') to skeletonize again, if necessary. Or take a look at this Peter's edge linking code: http://www.csse.uwa.edu.au/~pk/Research/MatlabFns/#edgelink
  6 个评论
Sumit
Sumit 2023-12-27
i have used edgelinkingimage demo and images i used are from MSRA dataset
Image Analyst
Image Analyst 2023-12-27
If you have any more questions, then attach your data and code to read it in with the paperclip icon, in a new question (not here), after you read this:

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by