Click or drag to resize

MatAddition Operator (Mat, Mat)

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

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

Parameters

mat1
Type: Emgu.CVMat
The first image to be added
mat2
Type: Emgu.CVMat
The second image to be added

Return Value

Type: Mat
The sum of the two images
See Also