Click or drag to resize
ScalarArray Constructor (MCvScalar)
http://www.emgu.com
Create an InputArray from MCvScalar

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public ScalarArray(
	MCvScalar scalar
)

Parameters

scalar
Type: Emgu.CV.StructureMCvScalar
The MCvScalar to be converted to InputArray
See Also