Filter löschen
Filter löschen

edge linking

10 Ansichten (letzte 30 Tage)
sathya
sathya am 27 Apr. 2012
Kommentiert: Image Analyst am 27 Dez. 2023
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...

Antworten (1)

Image Analyst
Image Analyst am 27 Apr. 2012
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 Kommentare
Sumit
Sumit am 27 Dez. 2023
i have used edgelinkingimage demo and images i used are from MSRA dataset
Image Analyst
Image Analyst am 27 Dez. 2023
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:

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by