http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Flips the array in one of different 3 ways (row and column indices are 0-based)
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static void cvFlip( IntPtr src, IntPtr dst, FLIP flipType ) |
Visual Basic |
---|
Public Shared Sub cvFlip ( _ src As IntPtr, _ dst As IntPtr, _ flipType As FLIP _ ) |
Visual C++ |
---|
public: static void cvFlip( IntPtr src, IntPtr dst, FLIP flipType ) |
Parameters
- src
- Type: System..::..IntPtr
Source array.
- dst
- Type: System..::..IntPtr
Destination array.
- flipType
- Type: Emgu.CV.CvEnum..::..FLIP
Specifies how to flip the array.