NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <feature_detector_and_matcher.h>
Public Member Functions | |
virtual FeatureMatches | Match (const FeatureImage &source_image, const FeatureImage &target_image)=0 |
const cv::Ptr< cv::Feature2D > & | detector () |
Protected Attributes | |
cv::Ptr< cv::Feature2D > | detector_ |
|
inline |
|
pure virtual |
|
protected |