HomeSort by relevance Sort by last modified time
    Searched refs:Problem (Results 26 - 36 of 36) sorted by null

12

  /external/ceres-solver/examples/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 

Completed in 1088 milliseconds

12