HomeSort by relevance Sort by last modified time
    Searched defs:point_index (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/examples/
bal_problem.h 73 const int* point_index() const { return point_index_; } function in class:ceres::examples::BALProblem
  /external/ceres-solver/internal/ceres/
system_test.cc 327 const int* point_index() const { return point_index_; } function in class:ceres::internal::BundleAdjustmentProblem
384 // point_index()[i] respectively.
386 double* point = points + 3 * point_index()[i];

Completed in 49 milliseconds