a list of observation data points which allows all the collected information about the observations to be easily submitted to ceres It also allows the problem data to be printed to files for debugging and external analysis More...
#include <calibration_job.hpp>
Public Member Functions | |
void | addObservationPoint (ObservationDataPoint new_data_point) |
void | addObservationPoint (ObservationDataPoint new_data_point) |
ObservationDataPointList () | |
ObservationDataPointList () | |
~ObservationDataPointList () | |
~ObservationDataPointList () | |
Public Attributes | |
std::vector< ObservationDataPoint > | items |
a list of observation data points which allows all the collected information about the observations to be easily submitted to ceres It also allows the problem data to be printed to files for debugging and external analysis
Definition at line 206 of file calibration_job.hpp.
Definition at line 205 of file calibration_job.cpp.
Definition at line 210 of file calibration_job.cpp.
void industrial_extrinsic_cal::ObservationDataPointList::addObservationPoint | ( | ObservationDataPoint | new_data_point | ) |
void industrial_extrinsic_cal::ObservationDataPointList::addObservationPoint | ( | ObservationDataPoint | new_data_point | ) |
Definition at line 215 of file calibration_job.cpp.
Definition at line 215 of file calibration_job.hpp.