Back to Adaptive Vision Library website
 
                
                    
		
	You are here: Start » Function Reference » Geometry 2D Features » PointsConvexHull
Computes the smallest convex shape that contains the given array of points.
Syntax
C++
C#
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
|  | inPoints | const Array<Point2D>& | ||
|  | outConvexHull | Path& | A closed path representing the computed convex hull | 
Examples
|  | 
The resulting outConvexHull drawn with the input points.

 
 
