Click or drag to resize

CvInvokeFlip Method

http://www.emgu.com
Flips the array in one of different 3 ways (row and column indices are 0-based)

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void Flip(
	IInputArray src,
	IOutputArray dst,
	FlipType flipType
)

Parameters

src
Type: Emgu.CVIInputArray
Source array.
dst
Type: Emgu.CVIOutputArray
Destination array.
flipType
Type: Emgu.CV.CvEnumFlipType
Specifies how to flip the array.
See Also