Click or drag to resize

UMatSubtraction Operator (UMat, UMat)

http://www.emgu.com
Element wise subtract another mat from the current mat

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 mat to be subtracted from.
mat2
Type: Emgu.CVUMat
The second image to be subtracted from mat1

Return Value

Type: UMat
The result of element wise subtracting img2 from mat1
See Also