|
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_SURF_FEATURE_DETECTOR_AND_MATCHER_H_
19 #define VISION_COMMON_SURF_FEATURE_DETECTOR_AND_MATCHER_H_
33 cv::FlannBasedMatcher flann_matcher_;
37 #endif // VISION_COMMON_SURF_FEATURE_DETECTOR_AND_MATCHER_H_
std::vector< FeatureMatch > FeatureMatches
Definition: feature_match.h:35
Definition: brisk_feature_detector_and_matcher.h:25
FeatureMatches Match(const FeatureImage &source_image, const FeatureImage &target_image) final
Definition: surf_feature_detector_and_matcher.cc:30
Definition: feature_image.h:27
SurfFeatureDetectorAndMatcher(const SurfFeatureDetectorAndMatcherParams ¶ms)
Definition: surf_feature_detector_and_matcher.cc:26
Definition: surf_feature_detector_and_matcher.h:26
Definition: surf_feature_detector_and_matcher_params.h:22
Definition: feature_detector_and_matcher.h:27