2
votes

I've been using Canny edge algorithm in my project up till now because there have been a lot of tutorials and examples on it. however for my case it seems skeletonization is yielding better results.

The first image : orginal, second image : canny, third image : skeletonization

enter image description here

I want to use skeletonization but i've been avoiding because in the back of my mind i keep thinking it must have drawbacks that i do not know of since no one seems to prefer this.

I want to know the advantages and disadvantages of each in general ?

1

1 Answers