![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <cost_functions.h>
Public Member Functions | |
| BundleAdjustmentConstantPoseCostFunction (const Eigen::Vector4d &qvec, const Eigen::Vector3d &tvec, const Eigen::Vector2d &point2D) | |
| template<typename T > | |
| bool | operator() (const T *const point3D, const T *const camera_params, T *residuals) const |
Static Public Member Functions | |
| static ceres::CostFunction * | Create (const Eigen::Vector4d &qvec, const Eigen::Vector3d &tvec, const Eigen::Vector2d &point2D) |
Definition at line 68 of file cost_functions.h.
|
inline |
Definition at line 70 of file cost_functions.h.
Referenced by colmap::BundleAdjustmentConstantPoseCostFunction< CameraModel >::Create().
|
inlinestatic |
Definition at line 83 of file cost_functions.h.
References colmap::BundleAdjustmentConstantPoseCostFunction< CameraModel >::BundleAdjustmentConstantPoseCostFunction().
|
inline |
Definition at line 94 of file cost_functions.h.