VectorOfColorPointToArray Method |
http://www.emgu.com
Convert the standard vector to an array of ColorPoint
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic ColorPoint[] ToArray()
Public Function ToArray As ColorPoint()
public:
array<ColorPoint>^ ToArray()
member ToArray : unit -> ColorPoint[]
Return Value
Type:
ColorPointAn array of ColorPoint
See Also