DOC: Small one. The input to this one needs to be 2D.

This commit is contained in:
arokem
2015-12-23 14:22:57 -08:00
committed by Ariel Rokem
parent 4a07a3c9ad
commit 227211fec7
+1 -1
View File
@@ -85,7 +85,7 @@ def convex_hull_object(image, neighbors=8):
Parameters
----------
image : ndarray
image : (M, N) array
Binary input image.
neighbors : {4, 8}, int
Whether to use 4- or 8-connectivity.