Click or drag to resize

CvArrayTDepth_Mul Method (Double)

http://www.emgu.com
Inplace multiply elements of the Array by scale

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void _Mul(
	double scale
)

Parameters

scale
Type: SystemDouble
The scale to be multiplyed
See Also