#include <residuals.h>
|
| AffineReprojectionError (const Eigen::Vector2d &image_point, const Eigen::Vector3d &depth_cloud_F_point_3d) |
|
template<typename T > |
bool | operator() (const T *depth_image_A_depth_cloud_data, const T *intrinsics_data, const T *distortion_data, T *reprojection_error) const |
|
|
static void | AddCostFunction (const Eigen::Vector2d &image_point, const Eigen::Vector3d &point_3d, Eigen::Matrix< double, 7, 1 > &depth_image_A_depth_cloud_vector, Eigen::Matrix< double, 4, 1 > &intrinsics_vector, Eigen::VectorXd &distortion, ceres::Problem &problem) |
|
◆ AffineReprojectionError()
template<typename DISTORTER >
◆ AddCostFunction()
template<typename DISTORTER >
static void optimization_common::AffineReprojectionError< DISTORTER >::AddCostFunction |
( |
const Eigen::Vector2d & |
image_point, |
|
|
const Eigen::Vector3d & |
point_3d, |
|
|
Eigen::Matrix< double, 7, 1 > & |
depth_image_A_depth_cloud_vector, |
|
|
Eigen::Matrix< double, 4, 1 > & |
intrinsics_vector, |
|
|
Eigen::VectorXd & |
distortion, |
|
|
ceres::Problem & |
problem |
|
) |
| |
|
inlinestatic |
◆ operator()()
template<typename DISTORTER >
template<typename T >
The documentation for this class was generated from the following file:
- localization/optimization_common/include/optimization_common/residuals.h