diff --git a/skimage/morphology/convex_hull.py b/skimage/morphology/convex_hull.py index bb9ca734..5cb675a3 100644 --- a/skimage/morphology/convex_hull.py +++ b/skimage/morphology/convex_hull.py @@ -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.