{ } Raw JSON

bundles / skimage latest / 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 bool

Binary 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