Click or drag to resize

VectorOfFloatToArray Method

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

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public float[] ToArray()

Return Value

Type: Single
An array of Float
See Also