Click or drag to resize

UMatOnesComplement Operator

http://www.emgu.com
Compute the complement Mat

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public static UMat operator ~(
	UMat mat
)

Parameters

mat
Type: Emgu.CVUMat
The mat to be inverted

Return Value

Type: UMat
The complement image
See Also