/external/ceres-solver/examples/ |
more_garbow_hillstrom.cc | 50 // A problem is considered solved if of the log relative error of its 276 Problem problem; local 277 problem.AddResidualBlock(TestProblem::Create(), NULL, x); 279 problem.SetParameterLowerBound(x, i, TestProblem::lower_bounds[i]); 280 problem.SetParameterUpperBound(x, i, TestProblem::upper_bounds[i]); 290 Solve(options, &problem, &summary); 311 Problem problem; local 312 problem.AddResidualBlock(TestProblem::Create(), NULL, x) [all...] |
ellipse_approximation.cc | 360 ceres::Problem* problem, 365 ceres::Solve(options, problem, &summary); 378 // Problem configuration. 410 ceres::Problem problem; local 421 problem.AddResidualBlock( 429 problem.AddResidualBlock( 443 CHECK(SolveWithFullReport(options, &problem, true)); 448 CHECK(SolveWithFullReport(options, &problem, false)) [all...] |
libmv_bundle_adjuster.cc | 26 // the command line and runs the bundle adjuster on the problem. 28 // File with problem a binary file, for which it is crucial to know in which 79 // line, camera intrinsics will be refined if markers in the problem are 87 // There're existing problem files dumped from blender stored in folder 291 LOG(FATAL) << "Problem file is stored in unknown endian type."; 349 // Reads a bundle adjustment problem from the file. 351 // file_name denotes from which file to read the problem. 361 // the problem. Only used for reprojection error calculation, stay 384 LOG(FATAL) << "Problem file contains markers stored in unknown space."; 655 ceres::Problem::Options problem_options [all...] |
libmv_homography.cc | 336 ceres::Problem problem; local 343 problem.AddResidualBlock( 364 ceres::Solve(solver_options, &problem, &summary);
|
nist.cc | 39 // The problem data themselves can be found at 44 // Medium and Hard. For each problem there are two starting guesses, 48 // A problem is considered successfully solved, if every components of 419 // Each NIST problem comes with multiple starting points, so we 420 // construct the problem from scratch for each case and solve it. 425 ceres::Problem problem; local 427 problem.AddResidualBlock( 436 Solve(options, &problem, &summary);
|
/external/ceres-solver/internal/ceres/ |
solver.cc | 38 #include "ceres/problem.h" 313 Problem* problem, 316 CHECK_NOTNULL(problem); 325 internal::ProblemImpl* problem_impl = problem->problem_impl_.get(); 332 Problem* problem, 335 solver.Solve(options, problem, summary);
|
gradient_checking_cost_function.cc | 43 #include "ceres/problem.h" 248 Problem::Options gradient_checking_problem_options;
|
covariance_test.cc | 54 ProblemImpl problem; local 57 problem.AddParameterBlock(block1, 1); 58 problem.AddParameterBlock(block4, 4); 59 problem.AddParameterBlock(block3, 3); 60 problem.AddParameterBlock(block2, 2); 99 .ComputeCovarianceSparsity(covariance_blocks, &problem)); 363 Problem problem_; 777 Problem problem_;
|
trust_region_minimizer_test.cc | 34 // Program and Problem machinery. 44 #include "ceres/problem.h" 54 // active. This is equivalent to constructing a problem and using the 386 Problem problem; local 387 problem.AddResidualBlock(new CurveCostFunction(N, 10.), NULL, y); 391 Solve(options, &problem, &summary);
|
problem_impl.cc | 174 // references to it inside the problem (e.g. by another parameter). Referenced 176 // possible to know whether other parts of the problem depend on them without 196 // references to it inside the problem (e.g. by any residual blocks). 198 // is not possible to know whether other parts of the problem depend on them 211 ProblemImpl::ProblemImpl(const Problem::Options& options) 503 // Verify that residual_block identifies a residual in the current problem. 510 " the problem, but referred to a parameter block which has " 514 "been removed from the problem (by the user).", 599 bool ProblemImpl::Evaluate(const Problem::EvaluateOptions& evaluate_options, [all...] |
/external/clang/lib/Sema/ |
SemaStmt.cpp | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
libhttplib2.tex | 82 Automatically adds back ETags into PUT requests to resources we have already cached. This implements Section 3.2 of Detecting the Lost Update Problem Using Unreserved Checkout
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/ |
apitooling-ant.jar | |
/prebuilts/go/darwin-x86/src/testing/ |
testing.go | 679 // Problem: if path == "C:A" and outputdir == "C:\Go" it's unclear
|
/prebuilts/go/linux-x86/src/testing/ |
testing.go | 679 // Problem: if path == "C:A" and outputdir == "C:\Go" it's unclear
|
/external/guice/lib/build/ |
spring-beans.jar | |
/prebuilts/tools/linux-x86_64/kythe/web/ui/js/ |
main.js | [all...] |