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