www.emgu.com/wiki Elementwise add a color val to the current matrix

Declaration Syntax
public Matrix<TDepth> Add(
TDepth val
)
Public Function Add ( _
val As TDepth _
) As Matrix(Of TDepth)
public:
Matrix<TDepth>^ Add(
TDepth val
)

Parameters
- val (TDepth)
- The value to be added to the current matrix

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