CvCmpFuncT Delegate OpenCvSharp Class Library
The comparison function that returns negative, zero or positive value depending on the elements relation

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

public delegate int CvCmpFunc<T>(
	T a,
	T b
)

Parameters

a
Type: T
b
Type: T

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:OpenCvSharp.CvCmpFunc`1"]

Return Value

Type: Int32
See Also

Reference