Table of Contents

Method FlipND

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

FlipND(InputArray, OutputArray, int)

Flips an n-dimensional array along the given axis.

public static void FlipND(InputArray src, OutputArray dst, int axis)

Parameters

src InputArray

The source array

dst OutputArray

The destination array; will have the same size and same type as src

axis int

Axis to flip along.