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
srcInputArrayThe source array
dstOutputArrayThe destination array; will have the same size and same type as src
axisintAxis to flip along.