Edited scikits/image/morphology/watershed.py via GitHub

This commit is contained in:
cgohlke
2011-10-12 13:16:39 -07:00
committed by Stefan van der Walt
parent 26a3fae630
commit 216cb8e02d
+1 -1
View File
@@ -29,7 +29,7 @@ import numpy as np
import scipy.ndimage
from ..filter import rank_order
import _watershed
from . import _watershed
import warnings
def watershed(image, markers, connectivity=None, offset=None, mask=None):