![]() |
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <lk_optical_flow_feature_detector_and_matcher.h>

Public Member Functions | |
| LKOpticalFlowFeatureDetectorAndMatcher (const LKOpticalFlowFeatureDetectorAndMatcherParams ¶ms) | |
| FeatureMatches | Match (const FeatureImage &source_image, const FeatureImage &target_image) final |
Public Member Functions inherited from vision_common::FeatureDetectorAndMatcher | |
| const cv::Ptr< cv::Feature2D > & | detector () |
Additional Inherited Members | |
Protected Attributes inherited from vision_common::FeatureDetectorAndMatcher | |
| cv::Ptr< cv::Feature2D > | detector_ |
|
explicit |
|
finalvirtual |
Implements vision_common::FeatureDetectorAndMatcher.