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