Move implementation of label to measure submodule

This commit is contained in:
Stefan van der Walt
2014-05-27 21:15:35 -04:00
committed by Johannes Schönberger
parent e182931f15
commit d256b6f5b9
7 changed files with 76 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import scipy
cimport cython
cimport numpy as cnp
from skimage.morphology.ccomp cimport find_root, join_trees
from skimage.measure._ccomp cimport find_root, join_trees
from ..util import img_as_float