Lines Matching refs:ceres
29 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/>`_
115 options.linear_solver_type = ceres::DENSE_QR;
131 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/helloworld.cc>`_
157 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/helloworld.cc>`_
180 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/helloworld.cc>`_
211 new NumericDiffCostFunction<NumericDiffCostFunctor, ceres::CENTRAL, 1, 1, 1>(
252 class QuadraticCostFunction : public ceres::SizedCostFunction<1, 1> {
301 …<https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/helloworld_numeric_diff.cc>`…
304 …<https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/helloworld_analytic_diff.cc>…
372 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/powell.cc>`_
445 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/powell.cc>`_.
503 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/curve_fitting.cc>`_
548 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/curve_fitting.cc>`_
596 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/robust_curve_fitting.cc>`_
642 ceres::AngleAxisRotatePoint(camera, point, p);
671 static ceres::CostFunction* Create(const double observed_x,
673 return (new ceres::AutoDiffCostFunction<SnavelyReprojectionError, 2, 9, 3>(
686 rotations can be found in ``include/ceres/rotation.h``.
693 ceres::Problem problem;
695 ceres::CostFunction* cost_function =
722 ceres::Solver::Options options;
723 options.linear_solver_type = ceres::DENSE_SCHUR;
725 ceres::Solver::Summary summary;
726 ceres::Solve(options, &problem, &summary);
733 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/bundle_adjuster.cc>`_
739 … <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/simple_bundle_adjuster.cc>`_
746 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/>`_
750 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/bundle_adjuster.cc>`_
755 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/circle_fit.cc>`_
759 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/denoising.cc>`_
765 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/nist.cc>`_
771 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/libmv_bundle_adjuster.cc>`_