VectorOfPointToArray Method |
http://www.emgu.com
Convert the standard vector to an array of Point
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Function ToArray As Point()
public:
array<Point>^ ToArray()
member ToArray : unit -> Point[]
Return Value
Type:
PointAn array of Point
See Also