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