|
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_MATCH_H_
19 #define VISION_COMMON_FEATURE_MATCH_H_
33 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
38 #endif // VISION_COMMON_FEATURE_MATCH_H_
FeatureMatch(const Eigen::Vector2d &source_point, const Eigen::Vector2d &target_point, const double distance)
Definition: feature_match.h:27
std::vector< FeatureMatch > FeatureMatches
Definition: feature_match.h:35
Definition: brisk_feature_detector_and_matcher.h:25
Definition: feature_match.h:26
Eigen::Vector2d source_point
Definition: feature_match.h:29
double distance
Definition: feature_match.h:31
Eigen::Vector2d target_point
Definition: feature_match.h:30