http://www.emgu.com
Get the 3x3 matrix's value as a double vector (of size 9)
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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