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

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

public static implicit operator CvScalar (
	double obj
)

Parameters

obj
Type: SystemDouble
A double value that specifies the members for the new CvScalar.

Return Value

Type: CvScalar

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

See Also

Reference