Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Path » Path Features » PathConvexHull

PathConvexHull


Module: FoundationBasic

Computes the smallest convex shape that contains the given path.

Name Type Description
Input value inPath Path Input path
Output value outConvexHull Path A closed path representing the computed convex hull

Description

The operation computes the smallest of all convex shapes containing the given path.

Examples

PathConvexHull run on a sample path

Complexity Level

This filter is available on Basic Complexity Level.

See Also

  • PolygonConvexity – Computes the area of a polygon divided by the area of its convex hull.
  • RegionConvexHull – Computes the smallest convex region containing the input region.