Files
test/extern/libmv/third_party/ceres
Sergey Sharybin 4228463caa Update Ceres to 1.7.0 release
For Blender this release is interesting because of:

- Covariance estimation (not used in Blender yet, but now we
  might use it for keyframe selection instead of havingown
  implementation).

- Significant performance improvements to loss function and
  dense linear solvers and automatic differentiation.

  Unfortunately, didn't notice speedup of tracking itself,
  but camera reconstruction now happens around 2 times faster
  on my laptop,

- Better inner iteration step acceptance and stopping.
2013-09-05 10:48:44 +00:00
..
2013-09-05 10:48:44 +00:00
2013-09-05 10:48:44 +00:00
2013-09-05 10:48:44 +00:00
2013-09-05 10:48:44 +00:00
2012-06-10 15:27:41 +00:00
2012-06-11 02:29:25 +00:00
2012-06-10 15:27:41 +00:00
2013-09-05 10:48:44 +00:00

Ceres Solver - A non-linear least squares minimizer
==================================================
Please see ceres.pdf in docs/ for a tutorial and reference.