mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-31 09:30:36 +08:00
Add documentation for examples
Also remove random.h which is not used anymore. Change-Id: I389a0fc0fd771619e179dcf305bb0991ad1d82ff
This commit is contained in:
@@ -27,6 +27,11 @@
|
||||
// POSSIBILITY OF SUCH DAMAGE.
|
||||
//
|
||||
// Author: sameeragarwal@google.com (Sameer Agarwal)
|
||||
//
|
||||
// This example is a variant of curve_fitting.cc where we use an
|
||||
// IterationCallback to implement custom logging which prints out the values of
|
||||
// the parameter blocks as they evolve over the course of the optimization. This
|
||||
// also requires the use of Solver::Options::update_state_every_iteration.
|
||||
|
||||
#include "ceres/ceres.h"
|
||||
#include "glog/logging.h"
|
||||
|
||||
Reference in New Issue
Block a user