Click or drag to resize
VectorOfColorPointToArray Method
http://www.emgu.com
Convert the standard vector to an array of ColorPoint

Namespace: Emgu.CV.Util
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public ColorPoint[] ToArray()

Return Value

Type: ColorPoint
An array of ColorPoint
See Also