Home | Sort by relevance Sort by last modified time |
/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 | 339 const int* point_index() const { return point_index_; } function in class:ceres::internal::BundleAdjustmentProblem 396 // point_index()[i] respectively. 398 double* point = points + 3 * point_index()[i]; |