Flips the GpuMat<Byte> in one of different 3 ways (row and column indices are 0-based).

Namespace: Emgu.CV.GPU
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1106 (2.2.1.1106)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void gpuMatFlip(
	IntPtr src,
	IntPtr dst,
	FLIP flipType
)
Public Shared Sub gpuMatFlip ( _
	src As IntPtr, _
	dst As IntPtr, _
	flipType As FLIP _
)
public:
static void gpuMatFlip(
	IntPtr src, 
	IntPtr dst, 
	FLIP flipType
)

Parameters

src
IntPtr
Source array.
dst
IntPtr
Destination array.
flipType
FLIP
Specifies how to flip the array.

See Also