![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ceres/ceres.h>#include <ceres/rotation.h>#include <cmath>

Go to the source code of this file.
Classes | |
| class | colmap::PositiveExponentialParameterization |
Namespaces | |
| colmap | |
Functions | |
| void | colmap::SetQuaternionManifold (ceres::Problem *problem, double *quat_xyzw) |
| void | colmap::SetSubsetManifold (int size, const std::vector< int > &constant_params, ceres::Problem *problem, double *params) |
| template<int size> | |
| void | colmap::SetSphereManifold (ceres::Problem *problem, double *params) |
| template<int size> | |
| void | colmap::SetPositiveExponentialManifold (ceres::Problem *problem, double *params) |
| int | colmap::ParameterBlockTangentSize (ceres::Problem *problem, const double *param) |