Describes a link between two keyframes in terms of matched features. More...
#include <keyframes.hpp>
Public Attributes | |
| double | confidence |
| unsigned int | idx1 |
| unsigned int | idx2 |
| vector< vector< cv::DMatch > > | matches1to2 |
| cv::Mat | matchingMatrix |
| bool | processed |
| cv::Mat | relation |
| int | type |
Describes a link between two keyframes in terms of matched features.
Definition at line 48 of file keyframes.hpp.
| double connection::confidence |
Definition at line 53 of file keyframes.hpp.
| unsigned int connection::idx1 |
Definition at line 50 of file keyframes.hpp.
| unsigned int connection::idx2 |
Definition at line 50 of file keyframes.hpp.
| vector<vector<cv::DMatch> > connection::matches1to2 |
Definition at line 56 of file keyframes.hpp.
| cv::Mat connection::matchingMatrix |
Definition at line 51 of file keyframes.hpp.
Definition at line 55 of file keyframes.hpp.
| cv::Mat connection::relation |
Definition at line 54 of file keyframes.hpp.
| int connection::type |
Definition at line 52 of file keyframes.hpp.