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