convex_hull_wrapper

grizli.utils.convex_hull_wrapper(x, y)[source]

Generate a convex hull from a list of points

Returns:

pxy(array, array)

Tuple of hull vertices

polyPolygon

Polygon object.

hullConvexHull

The hull object.