Cv2Sort Method OpenCvSharp Class Library
sorts independently each matrix row or each matrix column

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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

Parameters

src
Type: OpenCvSharp.CPlusPlusInputArray
The source single-channel array
dst
Type: OpenCvSharp.CPlusPlusOutputArray
The destination array of the same size and the same type as src
flags
Type: OpenCvSharpSortFlag
The operation flags, a combination of the SortFlag values
See Also

Reference