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