What is the algorithm that runs matlabs bwmorph spur function?
Show older comments
i am investigating matlabs bwmorph spur function and need to find which algorithm runs the function. thanks
Answers (1)
DGM
on 29 Apr 2023
0 votes
See line 262 in $MLROOT/toolbox/images/images/+images/+internal/algbwmorph.m
See $MLROOT/toolbox/images/images/+images/+internal/lutspur.m
and familiarize yourself with the usage of bwlookup().
Categories
Find more on Morphological Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!