필터 지우기
필터 지우기

edge linking

조회 수: 10 (최근 30일)
sathya
sathya 2012년 4월 27일
댓글: Image Analyst 2023년 12월 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