BUG: Remove import of non-existent module.

This commit is contained in:
Stefan van der Walt
2012-04-30 12:08:02 -07:00
parent 43193a8b05
commit 12669d62e6
+2 -4
View File
@@ -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,