Inverses every bit of every array element:

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static void cvNot(
	IntPtr src,
	IntPtr des
)
Visual Basic (Declaration)
Public Shared Sub cvNot ( _
	src As IntPtr, _
	des As IntPtr _
)
Visual C++
public:
static void cvNot(
	IntPtr src, 
	IntPtr des
)

Parameters

src
Type: System..::.IntPtr
The source array
des
Type: System..::.IntPtr
The destination array

See Also