HomeSort by relevance Sort by last modified time
    Searched refs:ceres (Results 26 - 50 of 304) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ceres-solver/examples/
helloworld_numeric_diff.cc 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
34 #include "ceres/ceres.h"
37 using ceres::NumericDiffCostFunction;
38 using ceres::CENTRAL;
39 using ceres::CostFunction;
40 using ceres::Problem;
41 using ceres::Solver;
42 using ceres::Solve
    [all...]
quadratic_auto_diff.cc 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
31 // A simple example of using the Ceres minimizer.
37 #include "ceres/ceres.h"
41 using ceres::AutoDiffCostFunction;
42 using ceres::CostFunction;
43 using ceres::Problem;
44 using ceres::Solver;
45 using ceres::Solve
    [all...]
fields_of_experts.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
50 #include "ceres/loss_function.h"
51 #include "ceres/cost_function.h"
52 #include "ceres/sized_cost_function.h"
56 namespace ceres { namespace
62 class FieldsOfExpertsCost : public ceres::CostFunction {
79 class FieldsOfExpertsLoss : public ceres::LossFunction {
116 ceres::CostFunction* NewCostFunction(int alpha_index) const;
119 ceres::LossFunction* NewLossFunction(int alpha_index) const
    [all...]
helloworld.cc 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
31 // A simple example of using the Ceres minimizer.
36 #include "ceres/ceres.h"
39 using ceres::AutoDiffCostFunction;
40 using ceres::CostFunction;
41 using ceres::Problem;
42 using ceres::Solver;
43 using ceres::Solve
    [all...]
helloworld_analytic_diff.cc 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
31 // A simple example of using the Ceres minimizer.
36 #include "ceres/ceres.h"
39 using ceres::CostFunction;
40 using ceres::SizedCostFunction;
41 using ceres::Problem;
42 using ceres::Solver;
43 using ceres::Solve
    [all...]
quadratic.cc 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
31 // A simple example of using the Ceres minimizer.
36 #include "ceres/ceres.h"
40 using ceres::SizedCostFunction;
41 using ceres::Problem;
42 using ceres::Solver;
43 using ceres::Solve;
83 options.linear_solver_type = ceres::DENSE_QR
    [all...]
  /external/ceres-solver/
patch_from_client.sh 6 # Import the latest version of Ceres into google3.
18 declare -r temp_repo="/tmp/ceres-solver"
20 /usr/local/google/home/sameeragarwal/ceres-solver -b testing\
29 rm -rf internal/ceres/gtest*
30 rm -rf internal/ceres/gmock*
31 rm -rf internal/ceres/mock_log.h
34 cp -R $temp_repo/* third_party/ceres
36 cd third_party/ceres
41 echo "URL: https://ceres-solver.googlesource.com/ceres-solver/+/$commit" >> $temp_readm
    [all...]
  /external/ceres-solver/internal/ceres/
array_utils.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
46 #include "ceres/internal/port.h"
48 namespace ceres { namespace
63 } // namespace ceres
blas.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
36 namespace ceres { namespace
55 } // namespace ceres
block_structure.cc 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
31 #include "ceres/block_structure.h"
33 namespace ceres { namespace
41 } // namespace ceres
c_api.cc 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
31 // An incomplete C API for Ceres.
35 #include "ceres/c_api.h"
40 #include "ceres/cost_function.h"
41 #include "ceres/loss_function.h"
42 #include "ceres/problem.h"
43 #include "ceres/solver.h"
44 #include "ceres/types.h" // for std
47 using ceres::Problem
    [all...]
detect_structure.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
34 #include "ceres/block_structure.h"
36 namespace ceres { namespace
61 } // namespace ceres
linear_operator.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
36 #include "ceres/types.h"
38 namespace ceres { namespace
57 } // namespace ceres
runtime_numeric_diff_cost_function.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
59 #include "ceres/cost_function.h"
61 namespace ceres { namespace
85 } // namespace ceres
split.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
36 #include "ceres/internal/port.h"
38 namespace ceres { namespace
46 } // namespace ceres
generate_eliminator_specialization.py 0 # Ceres Solver - A fast non-linear least squares minimizer
3 # http://code.google.com/p/ceres-solver/
68 HEADER = """// Ceres Solver - A fast non-linear least squares minimizer
70 // http://code.google.com/p/ceres-solver/
113 #include "ceres/schur_eliminator_impl.h"
114 #include "ceres/internal/eigen.h"
116 namespace ceres {
122 } // namespace ceres
128 #include "ceres/schur_eliminator_impl.h"
129 #include "ceres/internal/eigen.h
    [all...]
block_evaluate_preparer.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
39 #include "ceres/scratch_evaluate_preparer.h"
41 namespace ceres { namespace
75 } // namespace ceres
corrector.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
38 namespace ceres { namespace
88 } // namespace ceres
evaluator_test_utils.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
34 namespace ceres { namespace
60 } // namespace ceres
gradient_checking_cost_function.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
36 #include "ceres/cost_function.h"
38 namespace ceres { namespace
83 } // namespace ceres
lapack.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
34 namespace ceres { namespace
86 } // namespace ceres
schur_ordering.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
38 #include "ceres/graph.h"
39 #include "ceres/types.h"
41 namespace ceres { namespace
72 } // namespace ceres
visibility.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
42 #include "ceres/graph.h"
44 namespace ceres { namespace
77 } // namespace ceres
  /external/ceres-solver/include/ceres/
crs_matrix.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
35 #include "ceres/internal/port.h"
37 namespace ceres { namespace
81 } // namespace ceres
normal_prior.h 0 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
37 #include "ceres/cost_function.h"
38 #include "ceres/internal/eigen.h"
40 namespace ceres { namespace
73 } // namespace ceres

Completed in 155 milliseconds

12 3 4 5 6 7 8 91011>>