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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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