Click or drag to resize
IConvexPolygonGetVertices 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.2.0.2682 (3.2.0.2682)
Syntax
Point[] GetVertices()

Return Value

Type: Point
The vertices of this convex polygon
See Also