import from _label instead of _ccomp

This commit is contained in:
arve0
2015-03-14 23:22:15 +01:00
parent 660c161cbf
commit 6fceaa2f75
+1 -1
View File
@@ -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',