HomeSort by relevance Sort by last modified time
    Searched refs:minimizer_progress_to_stdout (Results 1 - 14 of 14) sorted by null

  /external/ceres-solver/examples/
helloworld.cc 75 options.minimizer_progress_to_stdout = true;
helloworld_analytic_diff.cc 98 options.minimizer_progress_to_stdout = true;
helloworld_numeric_diff.cc 71 options.minimizer_progress_to_stdout = true;
powell.cc 135 options.minimizer_progress_to_stdout = true;
curve_fitting.cc 155 options.minimizer_progress_to_stdout = true;
denoising.cc 146 options.minimizer_progress_to_stdout = true;
robot_pose_mle.cc 306 solver_options.minimizer_progress_to_stdout = true;
robust_curve_fitting.cc 155 options.minimizer_progress_to_stdout = true;
simple_bundle_adjuster.cc 212 options.minimizer_progress_to_stdout = true;
bundle_adjuster.cc 228 options->minimizer_progress_to_stdout = true;
libmv_bundle_adjuster.cc 764 options.minimizer_progress_to_stdout = true;
  /external/ceres-solver/include/ceres/
solver.h 130 minimizer_progress_to_stdout = false;
650 bool minimizer_progress_to_stdout; member in struct:ceres::Solver::Options
    [all...]
  /external/ceres-solver/internal/ceres/
c_api.cc 183 options.minimizer_progress_to_stdout = true;
solver_impl.cc 86 options.minimizer_progress_to_stdout);
151 options.minimizer_progress_to_stdout);
    [all...]

Completed in 795 milliseconds