http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get the convex hull of this point sequence
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Seq<T> GetConvexHull( ORIENTATION orientation, MemStorage stor ) |
Visual Basic |
---|
Public Function GetConvexHull ( _ orientation As ORIENTATION, _ stor As MemStorage _ ) As Seq(Of T) |
Visual C++ |
---|
public: Seq<T>^ GetConvexHull( ORIENTATION orientation, MemStorage^ stor ) |
Parameters
- orientation
- Type: Emgu.CV.CvEnum..::..ORIENTATION
The orientation of the convex hull
- stor
- Type: Emgu.CV..::..MemStorage
The storage for the resulting sequence