Click or drag to resize

CvArrayTDepth_Mul Method (CvArrayTDepth)

http://www.emgu.com
Inplace elementwise multiply the current Array with src2

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public void _Mul(
	CvArray<TDepth> src2
)

Parameters

src2
Type: Emgu.CVCvArrayTDepth
The other array to be elementwise multiplied with
See Also