Click or drag to resize
MatrixTDepthMul Method (Double)
http://www.emgu.com
Multiply the current matrix with scale

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Matrix<TDepth> Mul(
	double scale
)

Parameters

scale
Type: SystemDouble
The scale to be multiplied

Return Value

Type: MatrixTDepth
The scaled matrix
See Also