CvRealScalar Method OpenCvSharp Class Library
Initializes val[0] with val0, val[1]...val[3] with zeros

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

public static CvScalar RealScalar(
	double val0
)

Parameters

val0
Type: SystemDouble

[Missing <param name="val0"/> documentation for "M:OpenCvSharp.Cv.RealScalar(System.Double)"]

Return Value

Type: CvScalar

[Missing <returns> documentation for "M:OpenCvSharp.Cv.RealScalar(System.Double)"]

See Also

Reference