Table of Contents

Method Sort

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Sort(InputArray, OutputArray, SortFlags)

sorts independently each matrix row or each matrix column

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

Parameters

src InputArray

The source single-channel array

dst OutputArray

The destination array of the same size and the same type as src

flags SortFlags

The operation flags, a combination of the SortFlag values