Struct DMatch
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Struct for matching: query descriptor index, train descriptor index, train image index and distance between descriptors.
public record struct DMatch : IEquatable<DMatch>
- Implements
- Inherited Members
Remarks
Constructor
Constructors
- DMatch(int, int, int, float)
Struct for matching: query descriptor index, train descriptor index, train image index and distance between descriptors.
- DMatch(int, int, float)
Constructor
Fields
- ImgIdx
train image index
- QueryIdx
query descriptor index
- TrainIdx
train descriptor index
Methods
- CompareTo(DMatch)
Compares by distance (less is better)
Operators
- operator >(DMatch, DMatch)
Compares by distance (less is better)
- operator <(DMatch, DMatch)
Compares by distance (less is better)