Compares by distance (less is beter)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static bool operator <(
DMatch d1,
DMatch d2
)
Public Shared Operator < (
d1 As DMatch,
d2 As DMatch
) As Boolean
public:
static bool operator <(
DMatch d1,
DMatch d2
)
static let inline (<)
d1 : DMatch *
d2 : DMatch : bool
JavaScript does not support overloaded operators.
Parameters
- d1
- Type: OpenCvSharpDMatch
- d2
- Type: OpenCvSharpDMatch
Return Value
Type:
Boolean
See Also