Click or drag to resize

VectorOfDoubleToArray Method

http://www.emgu.com
Convert the standard vector to an array of Double

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public double[] ToArray()

Return Value

Type: Double
An array of Double
See Also