Click or drag to resize
Accord.NET (logo)

IConvexHullAlgorithmFindHull Method

Find convex hull for the given set of points.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
List<IntPoint> FindHull(
	List<IntPoint> points
)
Request Example View Source

Parameters

points
Type: System.Collections.GenericListIntPoint
Set of points to search convex hull for.

Return Value

Type: ListIntPoint
Returns set of points, which form a convex hull for the given points.
See Also