Berkeley SfM
Public Types | Public Member Functions | Public Attributes | List of all members
bsfm::FeatureMatch Struct Reference

#include <feature_match.h>

Public Types

typedef std::shared_ptr< FeatureMatchPtr
 
typedef std::shared_ptr< const FeatureMatchConstPtr
 

Public Member Functions

 FeatureMatch ()
 
 FeatureMatch (const Feature &feature1, const Feature &feature2)
 

Public Attributes

Feature feature1_
 
Feature feature2_
 

Detailed Description

Definition at line 58 of file feature_match.h.

Member Typedef Documentation

typedef std::shared_ptr<const FeatureMatch> bsfm::FeatureMatch::ConstPtr

Definition at line 60 of file feature_match.h.

typedef std::shared_ptr<FeatureMatch> bsfm::FeatureMatch::Ptr

Definition at line 59 of file feature_match.h.

Constructor & Destructor Documentation

bsfm::FeatureMatch::FeatureMatch ( )
inline

Definition at line 63 of file feature_match.h.

63 { }
bsfm::FeatureMatch::FeatureMatch ( const Feature feature1,
const Feature feature2 
)
inline

Definition at line 66 of file feature_match.h.

67  : feature1_(feature1), feature2_(feature2) {}

Member Data Documentation

Feature bsfm::FeatureMatch::feature1_

Definition at line 70 of file feature_match.h.

Feature bsfm::FeatureMatch::feature2_

Definition at line 71 of file feature_match.h.


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