Click or drag to resize

MatrixTDepthAddition Operator (Double, MatrixTDepth)

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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