Trace a meandering line
Show older comments
Hello, is there a way using either edge detection or a function similar to trace through the middle of a fat line that will meander back and forth?
3 Comments
Fabio Freschi
on 15 Oct 2019
Is this what you want?
Andrew Luce
on 17 Oct 2019
Fabio Freschi
on 17 Oct 2019
The software on FEX I linked seems to do exactly what you want. Did you try?
Answers (1)
Prabhan Purwar
on 18 Oct 2019
0 votes
Hello,
Following are the links to various codes and methods used for Skeletonization
- https://www.mathworks.com/matlabcentral/fileexchange/11123-better-skeletonization(Better Skeletonization)
- https://www.mathworks.com/help/images/ref/bwskel.html(bwskel)
- https://www.mathworks.com/help/images/ref/bwmorph.html(bmorph)
- https://www.mathworks.com/matlabcentral/fileexchange/27543-skeletonization-using-voronoi(Skeletonization using voronoi)
Hope it helps!!
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!