CvScalar  Conversion (CvScalar to Double) OpenCvSharp Class Library
Returns a double value with the specified CvScalar's Val0.

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

public static implicit operator double (
	CvScalar self
)

Parameters

self
Type: OpenCvSharpCvScalar
A CvScalar that specifies the new double value.

Return Value

Type: Double

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

See Also

Reference