SaDVIO
semanticBBoxFeatureMatcher.h
Go to the documentation of this file.
1 #ifndef SEMANTICBBOXFEATUREMATCHER_H
2 #define SEMANTICBBOXFEATUREMATCHER_H
3 
4 #include "isaeslam/typedefs.h"
5 #include <type_traits>
6 
8 
9 namespace isae {
10 
15  public:
17  semanticBBoxFeatureMatcher(std::shared_ptr<AFeatureDetector> detector) : AFeatureMatcher(detector) {
18  _feature_label = "bboxxd";
19  }
20 };
21 
22 } // namespace isae
23 
24 #endif // SEMANTICBBOXFEATUREMATCHER_H
afeaturematcher.h
isae::semanticBBoxFeatureMatcher::semanticBBoxFeatureMatcher
semanticBBoxFeatureMatcher()
Definition: semanticBBoxFeatureMatcher.h:16
isae::AFeatureMatcher::_feature_label
std::string _feature_label
label for the features being matched
Definition: afeaturematcher.h:106
isae::semanticBBoxFeatureMatcher
Class for matching 2D bouding box features.
Definition: semanticBBoxFeatureMatcher.h:14
isae::AFeatureMatcher
Class for matching features between two sets of features.
Definition: afeaturematcher.h:25
typedefs.h
isae::semanticBBoxFeatureMatcher::semanticBBoxFeatureMatcher
semanticBBoxFeatureMatcher(std::shared_ptr< AFeatureDetector > detector)
Definition: semanticBBoxFeatureMatcher.h:17
isae
Definition: AFeature2D.h:8