TcVnDMatch
Describes a descriptor match
Syntax
Definition:
struct TcVnDMatch
{
LONG nQueryIdx;
LONG nTrainIdx;
LONG nImageIdx;
float fDistance;
};
Parameters
Name |
Type |
Description |
---|---|---|
nQueryIdx |
LONG |
Query descriptor index |
nTrainIdx |
LONG |
Train descriptor index |
nImageIdx |
LONG |
Train image index |
fDistance |
float |
Distance between the descriptors (smaller distance means better match) |