blender/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
..
include/ceres Update Ceres to 1.7.0 release 2013-09-05 10:48:44 +00:00
internal/ceres Update Ceres to 1.7.0 release 2013-09-05 10:48:44 +00:00
patches Upgrade Ceres library to current master which is current 1.5RC 2013-02-25 08:59:26 +00:00
bundle.sh Update Ceres to 1.7.0 release 2013-09-05 10:48:44 +00:00
ChangeLog Update Ceres to 1.7.0 release 2013-09-05 10:48:44 +00:00
CMakeLists.txt Update Ceres to 1.7.0 release 2013-09-05 10:48:44 +00:00
files.txt Update Ceres to 1.7.0 release 2013-09-05 10:48:44 +00:00
LICENSE Initial Ceres integration into Blender 2012-06-10 15:27:41 +00:00
mkfiles.sh SVN maintenance. 2012-06-11 02:29:25 +00:00
README Initial Ceres integration into Blender 2012-06-10 15:27:41 +00:00
SConscript Update Ceres to 1.7.0 release 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.