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.1.0.2282 (3.1.0.2282)
SyntaxFunction GetVertices As Point()
array<Point>^ GetVertices()
abstract GetVertices : unit -> Point[]
Return Value
Type:
PointThe vertices of this convex polygon
See Also