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