mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 18:04:22 +08:00
BUG: Remove import of non-existent module.
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
__all__ = ['threshold_otsu', 'threshold_adaptive']
|
||||
|
||||
import numpy as np
|
||||
import scipy.ndimage
|
||||
from skimage.exposure import histogram
|
||||
from ._thresholding import _threshold_adaptive
|
||||
|
||||
|
||||
__all__ = ['threshold_otsu', 'threshold_adaptive']
|
||||
|
||||
|
||||
def threshold_adaptive(image, block_size, method='gaussian', offset=0,
|
||||
|
||||
Reference in New Issue
Block a user