MVE - Multi-View Environment mve-devel
|
Feature matching result reported as two lists, each with indices in the other set. More...
#include <matching.h>
Public Attributes | |
std::vector< int > | matches_1_2 |
std::vector< int > | matches_2_1 |
Feature matching result reported as two lists, each with indices in the other set.
An unsuccessful match is indicated with a negative index.
Definition at line 56 of file matching.h.
std::vector<int> sfm::Matching::Result::matches_1_2 |
Definition at line 59 of file matching.h.
std::vector<int> sfm::Matching::Result::matches_2_1 |
Definition at line 61 of file matching.h.