Get the convex hull of this point sequence

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

Syntax

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

Parameters

orientation
ORIENTATION
The orientation of the convex hull
stor
MemStorage
The storage for the resulting sequence

Return Value

The result convex hull

See Also