Click or drag to resize

MatrixTDepthMul Method (MatrixTDepth)

http://www.emgu.com
Multiply the current matrix with mat2

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public Matrix<TDepth> Mul(
	Matrix<TDepth> mat2
)

Parameters

mat2
Type: Emgu.CVMatrixTDepth
The matrix to be multiplied

Return Value

Type: MatrixTDepth
Result matrix of the multiplication
See Also