mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 15:27:47 +08:00
import from _label instead of _ccomp
This commit is contained in:
@@ -9,7 +9,7 @@ from ._moments import moments, moments_central, moments_normalized, moments_hu
|
||||
from .profile import profile_line
|
||||
from .fit import LineModel, CircleModel, EllipseModel, ransac
|
||||
from .block import block_reduce
|
||||
from ._ccomp import label
|
||||
from ._label import label
|
||||
|
||||
|
||||
__all__ = ['find_contours',
|
||||
|
||||
Reference in New Issue
Block a user