bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / morphology / _convex_hull / possible_hull
cython_function_or_method
skimage.morphology._convex_hull:possible_hull
Signature
def possible_hull ( img ) Summary
Return positions of pixels that possibly belong to the convex hull.
Parameters
img: ndarray of boolBinary input image.
Returns
coords: ndarray (cols, 2)The
(row, column)coordinates of all pixels that possibly belong to the convex hull.
Aliases
-
skimage.morphology._convex_hull.possible_hull