Elementwise add a color val to the current matrix
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Matrix<TDepth> Add( TDepth val ) |
Visual Basic (Declaration) |
---|
Public Function Add ( _ val As TDepth _ ) As Matrix(Of TDepth) |
Visual C++ |
---|
public: Matrix<TDepth>^ Add( TDepth val ) |
Parameters
- val
- Type: TDepth
The value to be added to the current matrix