![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <cost_functions.h>
Public Member Functions | |
| RelativePoseCostFunction (const Eigen::Vector2d &x1, const Eigen::Vector2d &x2) | |
| template<typename T > | |
| bool | operator() (const T *const qvec, const T *const tvec, T *residuals) const |
Static Public Member Functions | |
| static ceres::CostFunction * | Create (const Eigen::Vector2d &x1, const Eigen::Vector2d &x2) |
Definition at line 205 of file cost_functions.h.
|
inline |
Definition at line 207 of file cost_functions.h.
Referenced by Create().
|
inlinestatic |
Definition at line 211 of file cost_functions.h.
References RelativePoseCostFunction().
Referenced by BOOST_AUTO_TEST_CASE(), and colmap::RefineRelativePose().
|
inline |
Definition at line 219 of file cost_functions.h.