Click or drag to resize

MatSort Method

sorts independently each matrix row or each matrix column

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Mat Sort(
	SortFlags flags
)

Parameters

flags
Type: OpenCvSharpSortFlags
The operation flags, a combination of the SortFlag values

Return Value

Type: Mat
The destination array of the same size and the same type as src
See Also