Click or drag to resize

CvInvokeBitwiseNot Method

http://www.emgu.com
Inverses every bit of every array element:

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void BitwiseNot(
	IInputArray src,
	IOutputArray dst,
	IInputArray mask = null
)

Parameters

src
Type: Emgu.CVIInputArray
The source array
dst
Type: Emgu.CVIOutputArray
The destination array
mask (Optional)
Type: Emgu.CVIInputArray
The optional mask for the operation, use null to ignore
See Also