Click or drag to resize

DMatch.GreaterThan 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: OpenCvSharp.DMatch
d2
Type: OpenCvSharp.DMatch

Return Value

Type: Boolean
See Also