#include <BAProblem.h>
Definition at line 13 of file BAProblem.h.
◆ BAProblem()
ceres::BAProblem::BAProblem |
( |
| ) |
|
|
inline |
◆ ~BAProblem()
ceres::BAProblem::~BAProblem |
( |
| ) |
|
|
inline |
◆ mutable_camera_for_observation()
double* ceres::BAProblem::mutable_camera_for_observation |
( |
int |
i | ) |
|
|
inline |
◆ mutable_point_for_observation()
double* ceres::BAProblem::mutable_point_for_observation |
( |
int |
i | ) |
|
|
inline |
◆ num_observations()
int ceres::BAProblem::num_observations |
( |
| ) |
const |
|
inline |
◆ observations()
const double* ceres::BAProblem::observations |
( |
| ) |
const |
|
inline |
◆ camera_index_
int* ceres::BAProblem::camera_index_ |
◆ cameras_
double* ceres::BAProblem::cameras_ |
◆ num_cameras_
int ceres::BAProblem::num_cameras_ |
◆ num_observations_
int ceres::BAProblem::num_observations_ |
◆ num_points_
int ceres::BAProblem::num_points_ |
◆ observations_
double* ceres::BAProblem::observations_ |
◆ point_index_
int* ceres::BAProblem::point_index_ |
◆ points_
double* ceres::BAProblem::points_ |
The documentation for this class was generated from the following file: