CvScalar  Conversion (CvScalar to Double) OpenCvSharp Class Library
Creates a CvScalar with the specified double array.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static explicit operator double[] (
	CvScalar self
)

Parameters

self
Type: OpenCvSharpCvScalar
A CvScalar that specifies the members for the new array.

Return Value

Type: Double
double[4]
See Also

Reference