Type to store the result of matching.
More...
#include <FrameTypedefs.hpp>
|
| Match (size_t idxA_, size_t idxB_, float distance_) |
| Constructor. More...
|
|
Type to store the result of matching.
okvis::Match::Match |
( |
size_t |
idxA_, |
|
|
size_t |
idxB_, |
|
|
float |
distance_ |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
idxA_ | Keypoint index of frame A. |
idxB_ | Keypoint index of frame B. |
distance_ | Descriptor distance between those two keypoints. |
float okvis::Match::distance |
Distance between the keypoints.
size_t okvis::Match::idxA |
Keypoint index in frame A.
size_t okvis::Match::idxB |
Keypoint index in frame B.
The documentation for this struct was generated from the following file: