Table of Contents

Method SortIdx

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SortIdx(InputArray, OutputArray, SortFlags)

sorts independently each matrix row or each matrix column

public static void SortIdx(InputArray src, OutputArray dst, SortFlags flags)

Parameters

src InputArray

The source single-channel array

dst OutputArray

The destination integer array of the same size as src

flags SortFlags

The operation flags, a combination of SortFlag values