unters
Results
1
issues of
unters
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_**.