Get the convex hull of this point sequence, the resulting convex hull use the same storage as the current sequence

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Seq<T> GetConvexHull(
	ORIENTATION orientation
)
Visual Basic (Declaration)
Public Function GetConvexHull ( _
	orientation As ORIENTATION _
) As Seq(Of T)
Visual C++
public:
Seq<T>^ GetConvexHull(
	ORIENTATION orientation
)

Parameters

orientation
Type: Emgu.CV.CvEnum..::.ORIENTATION
The orientation of the convex hull

Return Value

The result convex hull

See Also