CvCmpFunc 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(
	IntPtr a,
	IntPtr b
)

Parameters

a
Type: SystemIntPtr
b
Type: SystemIntPtr

Return Value

Type: Int32
See Also

Reference