CvSeqSort Method (CvCmpFunc) OpenCvSharp Class Library
Sorts sequence element using the specified comparison function (cvSeqSort).

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

public virtual void Sort(
	CvCmpFunc func
)

Parameters

func
Type: OpenCvSharpCvCmpFunc
The comparison function that returns negative, zero or positive value depending on the elements relation (see the above declaration and the example below) - similar function is used by qsort from C runtime except that in the latter userdata is not used
See Also

Reference