Skeletonization-by-Zhang-Suen-Thinning-Algorithm icon indicating copy to clipboard operation
Skeletonization-by-Zhang-Suen-Thinning-Algorithm copied to clipboard

Skeletonization by Zhang-Suen Thinning Algorithm, Python and Matlab Implementation

Results 3 Skeletonization-by-Zhang-Suen-Thinning-Algorithm issues
Sort by recently updated
recently updated
newest added

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_**.

This code only works for gray color characters on white backgrounds. Is it possible to make it work for black characters on white background which is usually the case?

testing only fork please ignore