Click or drag to resize

MatAddition Operator (Double, Mat)

http://www.emgu.com
Element wise add mat1 with value

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static Mat operator +(
	double value,
	Mat mat1
)

Parameters

value
Type: SystemDouble
The value to be added
mat1
Type: Emgu.CVMat
The mat to be added

Return Value

Type: Mat
The mat plus the value
See Also