Get the vertices of this convex polygon
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
PointF[] GetVertices() |
| Visual Basic (Declaration) |
|---|
Function GetVertices As PointF() |
| Visual C++ |
|---|
array<PointF>^ GetVertices() |