Berkeley SfM
Public Types | Public Attributes | List of all members
bsfm::PairwiseImageMatch Struct Reference

#include <pairwise_image_match.h>

Public Types

typedef std::shared_ptr< PairwiseImageMatchPtr
 
typedef std::shared_ptr< const PairwiseImageMatchConstPtr
 

Public Attributes

FeatureMatchList feature_matches_
 
std::vector< int > descriptor_indices1_
 
std::vector< int > descriptor_indices2_
 

Detailed Description

Definition at line 55 of file pairwise_image_match.h.

Member Typedef Documentation

Definition at line 57 of file pairwise_image_match.h.

Definition at line 56 of file pairwise_image_match.h.

Member Data Documentation

std::vector<int> bsfm::PairwiseImageMatch::descriptor_indices1_

Definition at line 64 of file pairwise_image_match.h.

std::vector<int> bsfm::PairwiseImageMatch::descriptor_indices2_

Definition at line 65 of file pairwise_image_match.h.

FeatureMatchList bsfm::PairwiseImageMatch::feature_matches_

Definition at line 60 of file pairwise_image_match.h.


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