|
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 LOCALIZATION_COMMON_IMAGE_CORRESPONDENCES_H_
19 #define LOCALIZATION_COMMON_IMAGE_CORRESPONDENCES_H_
43 #endif // LOCALIZATION_COMMON_IMAGE_CORRESPONDENCES_H_
Definition: averager.h:33
ImageCorrespondences()
Definition: image_correspondences.h:29
Definition: image_correspondences.h:26
ImageCorrespondences(const std::vector< Eigen::Vector2d > &image_points, const std::vector< Eigen::Vector3d > &points_3d)
Definition: image_correspondences.h:27
Eigen::Vector3d Vector3d(const PointType &point)
Definition: utilities.h:328
size_t size() const
Definition: image_correspondences.h:36
void AddCorrespondence(const Eigen::Vector2d &image_point, const Eigen::Vector3d &point_3d)
Definition: image_correspondences.h:31
std::vector< Eigen::Vector2d > image_points
Definition: image_correspondences.h:38
std::vector< Eigen::Vector3d > points_3d
Definition: image_correspondences.h:39