Get the vertices of this convex polygon

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

Syntax

C#
Point[] GetVertices()
Visual Basic (Declaration)
Function GetVertices As Point()
Visual C++
array<Point>^ GetVertices()

Return Value

The vertices of this convex polygon

See Also