Click or drag to resize

Cv2Sort Method

sorts independently each matrix row or each matrix column

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void Sort(
	InputArray src,
	OutputArray dst,
	SortFlags flags
)

Parameters

src
Type: OpenCvSharpInputArray
The source single-channel array
dst
Type: OpenCvSharpOutputArray
The destination array of the same size and the same type as src
flags
Type: OpenCvSharpSortFlags
The operation flags, a combination of the SortFlag values
See Also