Click or drag to resize
MatrixTDepthAdd Method (TDepth)
http://www.emgu.com
Elementwise add a color val to the current matrix

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Matrix<TDepth> Add(
	TDepth val
)

Parameters

val
Type: TDepth
The value to be added to the current matrix

Return Value

Type: MatrixTDepth
The result of elementwise adding val from the current matrix
See Also