Merge pull request #1430 from arve0/document_measure.label

import from _label instead of _ccomp
This commit is contained in:
Steven Silvester
2015-03-14 22:00:45 -05:00
+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',