Click or drag to resize

MatSortIdx Method

sorts independently each matrix row or each matrix column

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

Parameters

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

Return Value

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