mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
370631f01f71db36b580e5a65790b2a8d9559821
Define the relation between the axis-angle representation of a rotation and the corresponding unit quaternion as q(𝐞) = cos(𝜃/2) + sin(𝜃/2)/𝜃·𝐞 where 𝐞 = 𝜃𝛚 is the rotation vector given by the rotation angle 𝜃 and the unit axis of rotation 𝛚 instead of q(𝐞) = cos(𝜃) + sin(𝜃)/𝜃·𝐞 . This brings the former relation closer to the available functionality provided by ceres/rotation.h. Fixes #941 Change-Id: Id40c065f78593887ecc52e67a068737d7eb5bda6
Ceres Solver
Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems.
- Non-linear Least Squares problems with bounds constraints.
- General unconstrained optimization problems.
Please see ceres-solver.org for more information.
Description
Languages
C++
94.4%
CMake
3.8%
Python
0.8%
C
0.5%
Starlark
0.4%