|
Berkeley SfM
|
#include <feature_match.h>
Public Types | |
| typedef std::shared_ptr< LightFeatureMatch > | Ptr |
| typedef std::shared_ptr< const LightFeatureMatch > | ConstPtr |
Public Member Functions | |
| LightFeatureMatch (int feature_index1, int feature_index2, double distance) | |
Static Public Member Functions | |
| static bool | SortByDistance (const LightFeatureMatch &lhs, const LightFeatureMatch &rhs) |
Public Attributes | |
| double | distance_ |
| int | feature_index1_ |
| int | feature_index2_ |
Definition at line 75 of file feature_match.h.
| typedef std::shared_ptr<const LightFeatureMatch> bsfm::LightFeatureMatch::ConstPtr |
Definition at line 77 of file feature_match.h.
| typedef std::shared_ptr<LightFeatureMatch> bsfm::LightFeatureMatch::Ptr |
Definition at line 76 of file feature_match.h.
|
inline |
Definition at line 80 of file feature_match.h.
|
inlinestatic |
Definition at line 93 of file feature_match.h.
| double bsfm::LightFeatureMatch::distance_ |
Definition at line 86 of file feature_match.h.
| int bsfm::LightFeatureMatch::feature_index1_ |
Definition at line 89 of file feature_match.h.
| int bsfm::LightFeatureMatch::feature_index2_ |
Definition at line 90 of file feature_match.h.
1.8.10