|
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 CALIBRATION_MATCH_SET_H_
19 #define CALIBRATION_MATCH_SET_H_
23 #include <Eigen/Geometry>
30 const std::vector<int>&
inliers)
38 #endif // CALIBRATION_MATCH_SET_H_
localization_common::ImageCorrespondences correspondences
Definition: match_set.h:32
Definition: image_correspondences.h:26
Eigen::Isometry3d Isometry3d(const Eigen::Vector3d &translation, const RotationType &rotation)
Definition: utilities.h:226
Definition: camera_target_based_intrinsics_calibrator.h:42
MatchSet(const localization_common::ImageCorrespondences &correspondences, const Eigen::Isometry3d &pose_estimate, const std::vector< int > &inliers)
Definition: match_set.h:29
Eigen::Isometry3d pose_estimate
Definition: match_set.h:33
Definition: match_set.h:28
std::vector< int > inliers
Definition: match_set.h:34