www.emgu.com/wiki
val + mat1

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

Parameters
- val (Double)
- The value to be added
- mat1 (Matrix<(Of <(TDepth>)>))
- The Matrix 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)