blender/extern/libmv/third_party/ceres
Sergey Sharybin 43b61fb8bd Bundle current master of ceres-solver
Thins brings up some speed improvements:

SPARSE_SCHUR is approx 1.3-1.5x times faster
ITERATIVE_SCHUR is approx 1.2x times faster

For blender this means camera solution go a bit
faster now. Would not have affect on tracking
speed.
2013-04-05 09:22:54 +00:00
..
include/ceres Bundle current master of ceres-solver 2013-04-05 09:22:54 +00:00
internal/ceres Bundle current master of ceres-solver 2013-04-05 09:22:54 +00:00
patches Upgrade Ceres library to current master which is current 1.5RC 2013-02-25 08:59:26 +00:00
bundle.sh Use threaded cost function and jacobian computation 2013-02-26 17:52:10 +00:00
ChangeLog Bundle current master of ceres-solver 2013-04-05 09:22:54 +00:00
CMakeLists.txt Bundle current master of ceres-solver 2013-04-05 09:22:54 +00:00
files.txt Bundle current master of ceres-solver 2013-04-05 09:22:54 +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 Use threaded cost function and jacobian computation 2013-02-26 17:52:10 +00:00

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