http://www.emgu.com
The scalar values as a vector (of size 4)
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic double[] ToArray()
Public Function ToArray As Double()
public:
array<double>^ ToArray()
member ToArray : unit -> float[]
Return Value
Type:
DoubleThe scalar values as an array
See Also