Click or drag to resize

CvInvokeBitwiseNot Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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