Click or drag to resize

ScalarArray Constructor (Double)

http://www.emgu.com
Create an InputArray from a double value

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public ScalarArray(
	double scalar
)

Parameters

scalar
Type: SystemDouble
The double value to be converted to InputArray
See Also