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

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

Parameters
- mat1 (Matrix<(Of <(TDepth>)>))
- The Matrix to be added
- val (Double)
- The value to be added

Return Value
The matrix plus the value
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)