VectorOfColorPointToArray Method |
http://www.emgu.com
Convert the standard vector to an array of ColorPoint
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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