http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Inverses every bit of every array element:
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static void cvNot( IntPtr src, IntPtr des ) |
Visual Basic |
---|
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