Click or drag to resize

DMatchLessThan Operator

Compares by distance (less is beter)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static bool operator <(
	DMatch d1,
	DMatch d2
)

Parameters

d1
Type: OpenCvSharpDMatch
d2
Type: OpenCvSharpDMatch

Return Value

Type: Boolean
See Also