|  | 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_MEASUREMENTS_DEPTH_CORRESPONDENCES_H_ 
   19 #define LOCALIZATION_MEASUREMENTS_DEPTH_CORRESPONDENCES_H_ 
   54 #endif  // LOCALIZATION_MEASUREMENTS_DEPTH_CORRESPONDENCES_H_ 
  
 
DepthCorrespondences(const std::vector< Eigen::Vector3d > &source_3d_points, const std::vector< Eigen::Vector3d > &target_3d_points)
Definition: depth_correspondences.h:38
std::vector< Eigen::Vector2d > target_image_points
Definition: depth_correspondences.h:48
Definition: depth_correspondences.h:26
bool valid_3d_points
Definition: depth_correspondences.h:46
Definition: depth_correspondences.h:25
std::vector< Eigen::Vector3d > source_3d_points
Definition: depth_correspondences.h:49
std::vector< Eigen::Vector3d > target_3d_points
Definition: depth_correspondences.h:50
std::vector< Eigen::Vector2d > source_image_points
Definition: depth_correspondences.h:47
DepthCorrespondences(const std::vector< Eigen::Vector2d > &source_image_points, const std::vector< Eigen::Vector2d > &target_image_points, const std::vector< Eigen::Vector3d > &source_3d_points, const std::vector< Eigen::Vector3d > &target_3d_points)
Definition: depth_correspondences.h:27
bool valid_image_points
Definition: depth_correspondences.h:45