MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
sfm::bundler::TwoViewMatching Struct Reference

The matching result between two views. More...

#include <bundler_common.h>

Collaboration diagram for sfm::bundler::TwoViewMatching:
Collaboration graph
[legend]

Public Member Functions

bool operator< (TwoViewMatching const &rhs) const
 

Public Attributes

CorrespondenceIndices matches
 
int view_1_id
 
int view_2_id
 

Detailed Description

The matching result between two views.

Definition at line 118 of file bundler_common.h.

Member Function Documentation

◆ operator<()

bool sfm::bundler::TwoViewMatching::operator< ( TwoViewMatching const &  rhs) const
inline

Definition at line 193 of file bundler_common.h.

Member Data Documentation

◆ matches

CorrespondenceIndices sfm::bundler::TwoViewMatching::matches

Definition at line 124 of file bundler_common.h.

◆ view_1_id

int sfm::bundler::TwoViewMatching::view_1_id

Definition at line 122 of file bundler_common.h.

◆ view_2_id

int sfm::bundler::TwoViewMatching::view_2_id

Definition at line 123 of file bundler_common.h.


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