MatOfFloat4ToArray Method
|
Convert this mat to managed array
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic override Vec4f[] ToArray()
Public Overrides Function ToArray As Vec4f()
public:
virtual array<Vec4f>^ ToArray() override
abstract ToArray : unit -> Vec4f[]
override ToArray : unit -> Vec4f[]
Return Value
Type:
Vec4f
See Also