Click or drag to resize

UMatAddition Operator (UMat, UMat)

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 UMat operator +(
	UMat mat1,
	UMat mat2
)

Parameters

mat1
Type: Emgu.CVUMat
The first mat to be added
mat2
Type: Emgu.CVUMat
The second mat to be added

Return Value

Type: UMat
The sum of the two images
See Also