Searched refs:AddResidualBlock (Results 1 - 25 of 34) sorted by relevance

12

/external/ceres-solver/internal/ceres/
H A Dproblem.cc45 ResidualBlockId Problem::AddResidualBlock( function in class:ceres::Problem
49 return problem_impl_->AddResidualBlock(cost_function,
54 ResidualBlockId Problem::AddResidualBlock( function in class:ceres::Problem
58 return problem_impl_->AddResidualBlock(cost_function,
63 ResidualBlockId Problem::AddResidualBlock( function in class:ceres::Problem
67 return problem_impl_->AddResidualBlock(cost_function,
72 ResidualBlockId Problem::AddResidualBlock( function in class:ceres::Problem
76 return problem_impl_->AddResidualBlock(cost_function,
81 ResidualBlockId Problem::AddResidualBlock( function in class:ceres::Problem
85 return problem_impl_->AddResidualBlock(cost_functio
90 ResidualBlockId Problem::AddResidualBlock( function in class:ceres::Problem
99 ResidualBlockId Problem::AddResidualBlock( function in class:ceres::Problem
108 ResidualBlockId Problem::AddResidualBlock( function in class:ceres::Problem
118 ResidualBlockId Problem::AddResidualBlock( function in class:ceres::Problem
128 ResidualBlockId Problem::AddResidualBlock( function in class:ceres::Problem
138 ResidualBlockId Problem::AddResidualBlock( function in class:ceres::Problem
[all...]
H A Dproblem_impl.h75 ResidualBlockId AddResidualBlock(CostFunction* cost_function,
78 ResidualBlockId AddResidualBlock(CostFunction* cost_function,
81 ResidualBlockId AddResidualBlock(CostFunction* cost_function,
84 ResidualBlockId AddResidualBlock(CostFunction* cost_function,
87 ResidualBlockId AddResidualBlock(CostFunction* cost_function,
91 ResidualBlockId AddResidualBlock(CostFunction* cost_function,
95 ResidualBlockId AddResidualBlock(CostFunction* cost_function,
99 ResidualBlockId AddResidualBlock(CostFunction* cost_function,
104 ResidualBlockId AddResidualBlock(CostFunction* cost_function,
109 ResidualBlockId AddResidualBlock(CostFunctio
[all...]
H A Dprogram_test.cc87 problem.AddResidualBlock(new UnaryCostFunction(), NULL, &x);
88 problem.AddResidualBlock(new BinaryCostFunction(), NULL, &x, &y);
89 problem.AddResidualBlock(new TernaryCostFunction(), NULL, &x, &y, &z);
112 problem.AddResidualBlock(new UnaryCostFunction(), NULL, &x);
167 problem.AddResidualBlock(new UnaryCostFunction(), NULL, &x);
168 problem.AddResidualBlock(new BinaryCostFunction(), NULL, &x, &y);
193 problem.AddResidualBlock(new UnaryCostFunction(), NULL, &x);
194 problem.AddResidualBlock(new TernaryCostFunction(), NULL, &x, &y, &z);
195 problem.AddResidualBlock(new BinaryCostFunction(), NULL, &x, &y);
220 problem.AddResidualBlock(ne
[all...]
H A Dproblem_test.cc127 EXPECT_DEATH_IF_SUPPORTED(problem.AddResidualBlock(NULL, NULL, x),
141 problem.AddResidualBlock(new UnaryCostFunction(2, 3), NULL, x, y),
149 problem.AddResidualBlock(new UnaryCostFunction(2, 3), NULL, x);
150 EXPECT_DEATH_IF_SUPPORTED(problem.AddResidualBlock(
160 EXPECT_DEATH_IF_SUPPORTED(problem.AddResidualBlock(
163 EXPECT_DEATH_IF_SUPPORTED(problem.AddResidualBlock(
179 EXPECT_DEATH_IF_SUPPORTED(problem.AddResidualBlock(
188 problem.AddResidualBlock(new UnaryCostFunction(2, 3), NULL, x);
189 problem.AddResidualBlock(new UnaryCostFunction(2, 3), NULL, x);
190 problem.AddResidualBlock(ne
[all...]
H A Dreorder_program_test.cc71 problem.AddResidualBlock(new UnaryCostFunction(), NULL, &x);
72 problem.AddResidualBlock(new BinaryCostFunction(), NULL, &z, &x);
73 problem.AddResidualBlock(new BinaryCostFunction(), NULL, &z, &y);
74 problem.AddResidualBlock(new UnaryCostFunction(), NULL, &z);
75 problem.AddResidualBlock(new BinaryCostFunction(), NULL, &x, &y);
76 problem.AddResidualBlock(new UnaryCostFunction(), NULL, &y);
H A Devaluator_test.cc215 problem.AddResidualBlock(new ParameterIgnoringCostFunction<1, 3, 2, 3, 4>,
253 problem.AddResidualBlock(new ParameterIgnoringCostFunction<1, 3, 4, 3, 2>,
296 problem.AddResidualBlock(new ParameterIgnoringCostFunction<1, 3, 2, 3, 4>,
333 problem.AddResidualBlock(new ParameterIgnoringCostFunction<1, 2, 2, 3>,
338 problem.AddResidualBlock(new ParameterIgnoringCostFunction<2, 3, 2, 4>,
343 problem.AddResidualBlock(new ParameterIgnoringCostFunction<3, 4, 3, 4>,
396 problem.AddResidualBlock(new ParameterIgnoringCostFunction<1, 2, 2, 3>,
401 problem.AddResidualBlock(new ParameterIgnoringCostFunction<2, 3, 2, 4>,
406 problem.AddResidualBlock(new ParameterIgnoringCostFunction<3, 4, 3, 4>,
456 problem.AddResidualBlock(ne
[all...]
H A Dparameter_block_ordering_test.cc71 problem_.AddResidualBlock(new DummyCostFunction<2, 3>, NULL, x_);
72 problem_.AddResidualBlock(new DummyCostFunction<6, 5, 4>, NULL, z_, y_);
73 problem_.AddResidualBlock(new DummyCostFunction<3, 3, 5>, NULL, x_, z_);
74 problem_.AddResidualBlock(new DummyCostFunction<7, 5, 3>, NULL, z_, x_);
75 problem_.AddResidualBlock(new DummyCostFunction<1, 5, 3, 6>, NULL,
H A Dproblem_impl.cc238 ResidualBlock* ProblemImpl::AddResidualBlock( function in class:ceres::internal::ProblemImpl
303 parameter_block_ptrs[i]->AddResidualBlock(new_residual_block);
318 ResidualBlock* ProblemImpl::AddResidualBlock( function in class:ceres::internal::ProblemImpl
324 return AddResidualBlock(cost_function, loss_function, residual_parameters);
327 ResidualBlock* ProblemImpl::AddResidualBlock( function in class:ceres::internal::ProblemImpl
334 return AddResidualBlock(cost_function, loss_function, residual_parameters);
337 ResidualBlock* ProblemImpl::AddResidualBlock( function in class:ceres::internal::ProblemImpl
345 return AddResidualBlock(cost_function, loss_function, residual_parameters);
348 ResidualBlock* ProblemImpl::AddResidualBlock( function in class:ceres::internal::ProblemImpl
357 return AddResidualBlock(cost_functio
360 ResidualBlock* ProblemImpl::AddResidualBlock( function in class:ceres::internal::ProblemImpl
373 ResidualBlock* ProblemImpl::AddResidualBlock( function in class:ceres::internal::ProblemImpl
387 ResidualBlock* ProblemImpl::AddResidualBlock( function in class:ceres::internal::ProblemImpl
403 ResidualBlock* ProblemImpl::AddResidualBlock( function in class:ceres::internal::ProblemImpl
420 ResidualBlock* ProblemImpl::AddResidualBlock( function in class:ceres::internal::ProblemImpl
438 ResidualBlock* ProblemImpl::AddResidualBlock( function in class:ceres::internal::ProblemImpl
[all...]
H A Dcovariance_test.cc240 problem_.AddResidualBlock(new UnaryCostFunction(2, 2, jacobian), NULL, x);
245 problem_.AddResidualBlock(new UnaryCostFunction(3, 3, jacobian), NULL, y);
250 problem_.AddResidualBlock(new UnaryCostFunction(1, 1, &jacobian), NULL, z);
256 problem_.AddResidualBlock(
266 problem_.AddResidualBlock(
630 problem_.AddResidualBlock(new UnaryCostFunction(2, 2, jacobian), NULL, x);
635 problem_.AddResidualBlock(new UnaryCostFunction(3, 3, jacobian), NULL, y);
640 problem_.AddResidualBlock(new UnaryCostFunction(1, 1, &jacobian), NULL, z);
646 problem_.AddResidualBlock(
656 problem_.AddResidualBlock(
[all...]
H A Dsolver_impl_test.cc80 problem.AddResidualBlock(cost_function.get(), NULL, &x, &y, &z, &w);
H A Dgradient_checking_cost_function_test.cc354 problem_impl.AddResidualBlock(new UnaryCostFunction(2, 3), NULL, x);
355 problem_impl.AddResidualBlock(new BinaryCostFunction(6, 5, 4) ,
357 problem_impl.AddResidualBlock(new BinaryCostFunction(3, 3, 5),
359 problem_impl.AddResidualBlock(new BinaryCostFunction(7, 5, 3),
361 problem_impl.AddResidualBlock(new TernaryCostFunction(1, 5, 3, 4),
H A Dsolver_test.cc93 problem.AddResidualBlock(cost_function.get(), NULL, &x);
217 problem.AddResidualBlock(new UnaryIdentityCostFunction, NULL, &x);
231 problem.AddResidualBlock(new UnaryIdentityCostFunction, NULL, &x);
H A Dsystem_test.cc219 problem_.AddResidualBlock(
221 problem_.AddResidualBlock(
223 problem_.AddResidualBlock(
225 problem_.AddResidualBlock(
399 problem_.AddResidualBlock(cost_function, NULL, camera, point);
H A Dc_api.cc169 ceres_problem->AddResidualBlock(callback_cost_function,
/external/ceres-solver/include/ceres/
H A Dproblem.h106 // To create a least squares problem, use the AddResidualBlock() and
117 // problem.AddResidualBlock(new MyUnaryCostFunction(...), x1);
118 // problem.AddResidualBlock(new MyBinaryCostFunction(...), x2, x3);
187 // checking; however, AddResidualBlock implicitly adds the parameter
211 // problem.AddResidualBlock(new MyUnaryCostFunction(...), NULL, x1);
212 // problem.AddResidualBlock(new MyBinaryCostFunction(...), NULL, x2, x1);
214 ResidualBlockId AddResidualBlock(CostFunction* cost_function,
221 ResidualBlockId AddResidualBlock(CostFunction* cost_function,
224 ResidualBlockId AddResidualBlock(CostFunction* cost_function,
227 ResidualBlockId AddResidualBlock(CostFunctio
[all...]
/external/ceres-solver/examples/
H A Dpowell.cc114 problem.AddResidualBlock(new AutoDiffCostFunction<F1, 1, 1, 1>(new F1),
117 problem.AddResidualBlock(new AutoDiffCostFunction<F2, 1, 1, 1>(new F2),
120 problem.AddResidualBlock(new AutoDiffCostFunction<F3, 1, 1, 1>(new F3),
123 problem.AddResidualBlock(new AutoDiffCostFunction<F4, 1, 1, 1>(new F4),
H A Dhelloworld.cc71 problem.AddResidualBlock(cost_function, NULL, &x);
H A Dhelloworld_analytic_diff.cc94 problem.AddResidualBlock(cost_function, NULL, &x);
H A Dhelloworld_numeric_diff.cc67 problem.AddResidualBlock(cost_function, NULL, &x);
H A Ddenoising.cc100 problem->AddResidualBlock(cost_function,
129 problem->AddResidualBlock(cost_function[alpha_index],
H A Drobot_pose_mle.cc296 problem.AddResidualBlock(range_cost_function, NULL, parameter_blocks);
300 problem.AddResidualBlock(OdometryConstraint::Create(odometry_values[i]),
H A Dcircle_fit.cc143 problem.AddResidualBlock(cost, loss, &x, &y, &m);
H A Dcurve_fitting.cc145 problem.AddResidualBlock(
H A Dbundle_adjuster.cc289 problem->AddResidualBlock(cost_function,
295 problem->AddResidualBlock(cost_function, loss_function, camera, point);
H A Drobust_curve_fitting.cc150 problem.AddResidualBlock(cost_function, NULL, &m, &c);

Completed in 199 milliseconds

12