Add convex_hull_object to __all__

This commit is contained in:
Chintak Sheth
2013-05-29 10:40:45 +05:30
parent afd2208ff2
commit 7eeda7c935
+1
View File
@@ -42,5 +42,6 @@ __all__ = ['binary_erosion',
'skeletonize',
'medial_axis',
'convex_hull_image',
'convex_hull_object',
'reconstruction',
'remove_small_objects']