http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Inverses every bit of every array element:
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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