http://www.emgu.com
Get the 3x3 matrix's value as a double vector (of size 9)
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic double[] GetValues()
Public Function GetValues As Double()
public:
array<double>^ GetValues()
member GetValues : unit -> float[]
Return Value
Type:
DoubleThe 3x3 matrix's value as a double vector (of size 9)
See Also