www.emgu.com/wiki
Elementwise add mat1 with mat2

Declaration Syntax
Public Shared Operator + ( _
mat1 As Matrix(Of TDepth), _
mat2 As Matrix(Of TDepth) _
) As Matrix(Of TDepth)

Return Value
The elementwise sum of the two matrices
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)