mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
82f4b88c34b0b2cf85064e5fc20e374e978b2e3b
1. Make the mechanism for writing problems to disk, generic and controllable using an enum DumpType visible in the API. 2. Instead of single file containing protocol buffers, now matrices can be written in a matlab/octave friendly format. This is now the default. 3. The support for writing problems to disk is moved into linear_least_squares_problem.cc/h 4. SparseMatrix now has a ToTextFile virtual method which is implemented by each of its subclasses to write a (i,j,s) triplets. 5. Minor changes to simple_bundle_adjuster to enable logging at startup.
Ceres Solver - A non-linear least squares minimizer ================================================== Please see ceres.pdf in docs/ for a tutorial and reference.
Description
Languages
C++
94.4%
CMake
3.8%
Python
0.8%
C
0.5%
Starlark
0.4%