locan.data.hulls.hull#

Hull objects of localization data.

This module computes specific hulls for the bounding box, convex hull and oriented bounding box and related properties for LocData objects.

Classes

BoundingBox(points)

Class with bounding box computed using numpy operations.

ConvexHull(points[, method])

Class with convex hull of localization data.

OrientedBoundingBox(points)

Class with oriented bounding box computed using the shapely minimum_rotated_rectangle method.