The scalar values as a vector (of size 4)

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public double[] ToArray()
Visual Basic (Declaration)
Public Function ToArray As Double()
Visual C++
public:
array<double>^ ToArray()

Return Value

[Missing <returns> documentation for "M:Emgu.CV.Structure.MCvScalar.ToArray"]

See Also