Click or drag to resize

MatOnesComplement Operator

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

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 mat
)

Parameters

mat
Type: Emgu.CVMat
The mat to be inverted

Return Value

Type: Mat
The complement image
See Also