Emgu CV Library Documentation
Multiply Operator
NamespacesEmgu.CVMatrix<(Of <(TDepth>)>)Multiply(Matrix<(Of <(TDepth>)>), Matrix<(Of <(TDepth>)>))

www.emgu.com/wiki
mat1 * mat2
Declaration Syntax
C#Visual BasicVisual C++
public static Matrix<TDepth> operator *(
	Matrix<TDepth> mat1,
	Matrix<TDepth> mat2
)
Public Shared Operator * ( _
	mat1 As Matrix(Of TDepth), _
	mat2 As Matrix(Of TDepth) _
) As Matrix(Of TDepth)
public:
static Matrix<TDepth>^ operator *(
	Matrix<TDepth>^ mat1, 
	Matrix<TDepth>^ mat2
)
Parameters
mat1 (Matrix<(Of <(TDepth>)>))
The Matrix to be multiplied
mat2 (Matrix<(Of <(TDepth>)>))
The Matrix to be multiplied
Return Value
mat1 * mat2

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)