Click or drag to resize

MCvScalar Constructor (Double, Double, Double, Double)

http://www.emgu.com
Create a new MCvScalar structure using the specific values

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public MCvScalar(
	double v0,
	double v1,
	double v2,
	double v3
)

Parameters

v0
Type: SystemDouble
v0
v1
Type: SystemDouble
v1
v2
Type: SystemDouble
v2
v3
Type: SystemDouble
v3
See Also