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
srcInputArrayThe source single-channel array
dstOutputArrayThe destination integer array of the same size as src
flagsSortFlagsThe operation flags, a combination of SortFlag values