Method TransposeND
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
TransposeND(InputArray, int[], OutputArray)
Transposes an n-dimensional array by permuting its axes according to the given order.
public static void TransposeND(InputArray src, int[] order, OutputArray dst)
Parameters
srcInputArrayThe source array
orderint[]Permutation of axes, e.g. { 1, 0, 2 } to swap the first two axes.
dstOutputArrayThe destination array