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

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

public static explicit operator CvScalar (
	double[] obj
)

Parameters

obj
Type: SystemDouble
An array that specifies the members for the new CvScalar.

Return Value

Type: CvScalar

[Missing <returns> documentation for "M:OpenCvSharp.CvScalar.op_Explicit(System.Double[])~OpenCvSharp.CvScalar"]

See Also

Reference