|
Berkeley SfM
|
#include <feature_match.h>
Public Types | |
| typedef std::shared_ptr< FeatureMatch > | Ptr |
| typedef std::shared_ptr< const FeatureMatch > | ConstPtr |
Public Member Functions | |
| FeatureMatch () | |
| FeatureMatch (const Feature &feature1, const Feature &feature2) | |
Public Attributes | |
| Feature | feature1_ |
| Feature | feature2_ |
Definition at line 58 of file feature_match.h.
| 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.
|
inline |
Definition at line 63 of file feature_match.h.
Definition at line 66 of file feature_match.h.
| 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.
1.8.10