Create a new MCvScalar structure using the specific values

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public MCvScalar(
	double v0,
	double v1
)
Visual Basic (Declaration)
Public Sub New ( _
	v0 As Double, _
	v1 As Double _
)
Visual C++
public:
MCvScalar(
	double v0, 
	double v1
)

Parameters

v0
Type: System..::.Double
v0
v1
Type: System..::.Double
v1

See Also