blender/extern/libmv/third_party/ceres
Campbell Barton 536d9fec80 code cleanup:
- move object_iterators.c --> view3d_iterators. (ED_object.h had to include ED_view3d.h which isn't so nice)
- move projection functions from view3d_view.c --> view3d_project.c (view3d_view was becoming a mishmash of utility functions and operators).
- some some cmake includes as system-includes.
2012-10-17 04:13:03 +00:00
..
include/ceres Ceres: upgrade to version 1.3.0 2012-09-16 12:24:37 +00:00
internal/ceres Ceres: resolve no previous declarations warnings 2012-09-18 11:01:51 +00:00
patches Ceres: resolve no previous declarations warnings 2012-09-18 11:01:51 +00:00
bundle.sh code cleanup: 2012-10-17 04:13:03 +00:00
ChangeLog Ceres: upgrade to version 1.3.0 2012-09-16 12:24:37 +00:00
CMakeLists.txt code cleanup: remove redundant casts 2012-10-14 08:49:01 +00:00
files.txt Ceres: upgrade to version 1.3.0 2012-09-16 12:24:37 +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 Fix typo in one of previous commits 2012-09-16 13:58:15 +00:00

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