CvDistanceFunction Delegate OpenCvSharp Class Library
The user-defined distance function for cvCalcEMD2. It takes coordinates of two points and returns the distance between the points.

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

public delegate int CvDistanceFunction(
	float[] f1,
	float[] f2
)

Parameters

f1
Type: SystemSingle
f2
Type: SystemSingle

Return Value

Type: Int32
See Also

Reference