48 #ifndef BSFM_MATCHING_FEATURE_MATCH_H
49 #define BSFM_MATCHING_FEATURE_MATCH_H
59 typedef std::shared_ptr<FeatureMatch>
Ptr;
60 typedef std::shared_ptr<const FeatureMatch>
ConstPtr;
76 typedef std::shared_ptr<LightFeatureMatch>
Ptr;
77 typedef std::shared_ptr<const LightFeatureMatch>
ConstPtr;
std::shared_ptr< LightFeatureMatch > Ptr
FeatureMatch(const Feature &feature1, const Feature &feature2)
std::vector< LightFeatureMatch > LightFeatureMatchList
static bool SortByDistance(const LightFeatureMatch &lhs, const LightFeatureMatch &rhs)
LightFeatureMatch(int feature_index1, int feature_index2, double distance)
std::shared_ptr< FeatureMatch > Ptr
std::vector< FeatureMatch > FeatureMatchList
std::shared_ptr< const FeatureMatch > ConstPtr
std::shared_ptr< const LightFeatureMatch > ConstPtr