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: 3.2.0.2682 (3.2.0.2682)
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