Update convex_hull.py

This commit is contained in:
Chintak Sheth
2013-05-21 22:56:32 +05:30
parent 6fcaaee807
commit 48932b6bb2
+1
View File
@@ -104,3 +104,4 @@ def convex_hull_object(image):
convex_img = np.logical_or(convex_img, convex_obj)
return convex_img