Table of Contents

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

src InputArray

The source array

order int[]

Permutation of axes, e.g. { 1, 0, 2 } to swap the first two axes.

dst OutputArray

The destination array