Add documentation for examples

Also remove random.h which is not used anymore.

Change-Id: I389a0fc0fd771619e179dcf305bb0991ad1d82ff
This commit is contained in:
Sameer Agarwal
2023-09-28 14:14:00 -07:00
parent e6b2f532b4
commit 0fc3fd4fce
7 changed files with 27 additions and 62 deletions
+5
View File
@@ -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"