blender/extern/libmv/third_party/ceres
Sergey Sharybin 181e7f98b2 Tracking: Enable Schur specializations
This would give some performance boost when solving huge scenes,
amount of boost depends on particular scene.

For now enable all of the specializations, in the future we might
add some local patches and restrict only unneeded ones.
2014-09-25 13:04:16 +06:00
..
config/ceres/internal Update Ceres to latest upstream version 2014-06-27 14:08:27 +06:00
include/ceres Update Ceres to latest upstream version 2014-06-27 14:08:27 +06:00
internal/ceres Update Ceres to latest upstream version 2014-06-27 14:08:27 +06:00
patches Upgrade Ceres library to current master which is current 1.5RC 2013-02-25 08:59:26 +00:00
bundle.sh Tracking: Enable Schur specializations 2014-09-25 13:04:16 +06:00
ChangeLog Update Ceres to latest upstream version 2014-06-27 14:08:27 +06:00
CMakeLists.txt Tracking: Enable Schur specializations 2014-09-25 13:04:16 +06:00
files.txt Update Ceres to latest upstream version 2014-06-27 14:08:27 +06:00
LICENSE Initial Ceres integration into Blender 2012-06-10 15:27:41 +00:00
mkfiles.sh Update Ceres to latest upstream version 2014-06-27 14:08:27 +06:00
README Initial Ceres integration into Blender 2012-06-10 15:27:41 +00:00
SConscript Tracking: Enable Schur specializations 2014-09-25 13:04:16 +06:00

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