Skeletonization-by-Zhang-Suen-Thinning-Algorithm
Skeletonization-by-Zhang-Suen-Thinning-Algorithm copied to clipboard
Issue with import from skimage
Current scikit-image version has threshold_otsu in skimage.filters - not in skimage.filter. To run the code I changed from skimage.filter import threshold_otsu to from skimage.filters import threshold_otsu.
use "skimage.filters". add 's'