HomeSort by relevance Sort by last modified time
    Searched defs:point_index (Results 1 - 3 of 3) 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/chromium_org/third_party/ots/src/
gdef.cc 88 uint16_t point_index = 0; local
90 if (!subtable.ReadU16(&point_index)) {
94 if (last_point_index != 0 && last_point_index >= point_index) {
96 last_point_index, point_index);
99 last_point_index = point_index;
  /external/ceres-solver/internal/ceres/
system_test.cc 335 const int* point_index() const { return point_index_; } function in class:ceres::internal::BundleAdjustmentProblem
392 // point_index()[i] respectively.
394 double* point = points + 3 * point_index()[i];

Completed in 131 milliseconds