IConvexPolygonFGetVertices Method |
http://www.emgu.com
Get the vertices of this convex polygon
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
SyntaxFunction GetVertices As PointF()
array<PointF>^ GetVertices()
abstract GetVertices : unit -> PointF[]
Return Value
Type:
PointFThe vertices of this convex polygon
See Also