CvArrMirror Method (CvArr, FlipMode) OpenCvSharp Class Library
Flip a 2D array around vertical, horizontal or both axises

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Mirror(
	CvArr dst,
	FlipMode flipMode
)

Parameters

dst
Type: OpenCvSharpCvArr
Destination array. If dst = null the flipping is done in-place.
flipMode
Type: OpenCvSharpFlipMode
Specifies how to flip the array.
See Also

Reference