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: 3.1.0.2282 (3.1.0.2282)
Syntax
public void _Mul(
	CvArray<TDepth> src2
)

Parameters

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