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[, method])

Class with minimal oriented bounding box of localization data.