MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Attributes | List of all members
sfm::Matching::Result Struct Reference

Feature matching result reported as two lists, each with indices in the other set. More...

#include <matching.h>

Collaboration diagram for sfm::Matching::Result:
Collaboration graph
[legend]

Public Attributes

std::vector< int > matches_1_2
 
std::vector< int > matches_2_1
 

Detailed Description

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.

Member Data Documentation

◆ matches_1_2

std::vector<int> sfm::Matching::Result::matches_1_2

Definition at line 59 of file matching.h.

◆ matches_2_1

std::vector<int> sfm::Matching::Result::matches_2_1

Definition at line 61 of file matching.h.


The documentation for this struct was generated from the following file: