mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
Move implementation of label to measure submodule
This commit is contained in:
committed by
Johannes Schönberger
parent
e182931f15
commit
d256b6f5b9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user