VectorOfFloatToArray Method |
http://www.emgu.com
Convert the standard vector to an array of Float
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
SyntaxPublic Function ToArray As Single()
public:
array<float>^ ToArray()
member ToArray : unit -> float32[]
Return Value
Type:
SingleAn array of Float
See Also