www.emgu.com/wiki Elementwise add another matrix with the current matrix

Declaration Syntax
Public Function Add ( _
mat2 As Matrix(Of TDepth) _
) As Matrix(Of TDepth)

Parameters
- mat2 (Matrix<(Of <(TDepth>)>))
- The matrix to be added to the current matrix

Return Value
The result of elementwise adding mat2 to the current matrix
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)