Click or drag to resize
IConvexPolygonGetVertices Method
http://www.emgu.com
Get the vertices of this convex polygon

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
Point[] GetVertices()

Return Value

Type: Point
The vertices of this convex polygon
See Also