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