Click or drag to resize

MatrixTDepthAddition Operator (Double, MatrixTDepth)

http://www.emgu.com
val + mat1

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static Matrix<TDepth> operator +(
	double val,
	Matrix<TDepth> mat1
)

Parameters

val
Type: SystemDouble
The value to be added
mat1
Type: Emgu.CVMatrixTDepth
The Matrix to be added

Return Value

Type: MatrixTDepth
The matrix plus the value
See Also