|
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
Go to the documentation of this file.
18 #ifndef VISION_COMMON_FEATURE_DETECTOR_AND_MATCHER_H_
19 #define VISION_COMMON_FEATURE_DETECTOR_AND_MATCHER_H_
24 #include <opencv2/features2d.hpp>
37 #endif // VISION_COMMON_FEATURE_DETECTOR_AND_MATCHER_H_
std::vector< FeatureMatch > FeatureMatches
Definition: feature_match.h:35
Definition: brisk_feature_detector_and_matcher.h:25
virtual FeatureMatches Match(const FeatureImage &source_image, const FeatureImage &target_image)=0
cv::Ptr< cv::Feature2D > detector_
Definition: feature_detector_and_matcher.h:33
Definition: feature_image.h:27
const cv::Ptr< cv::Feature2D > & detector()
Definition: feature_detector_and_matcher.h:30
Definition: feature_detector_and_matcher.h:27