#include <ground_plane_error.h>
Public Member Functions | |
GroundPlaneError (Camera3dModel *camera_model, CalibrationOffsetParser *offsets, robot_calibration_msgs::CalibrationData &data, double z) | |
bool | operator() (double const *const *free_params, double *residuals) const |
virtual | ~GroundPlaneError () |
Static Public Member Functions | |
static ceres::CostFunction * | Create (Camera3dModel *camera_model, double z, CalibrationOffsetParser *offsets, robot_calibration_msgs::CalibrationData &data) |
Public Attributes | |
Camera3dModel * | camera_model_ |
robot_calibration_msgs::CalibrationData | data_ |
CalibrationOffsetParser * | offsets_ |
double | z_ |
Definition at line 31 of file ground_plane_error.h.
robot_calibration::GroundPlaneError::GroundPlaneError | ( | Camera3dModel * | camera_model, |
CalibrationOffsetParser * | offsets, | ||
robot_calibration_msgs::CalibrationData & | data, | ||
double | z | ||
) | [inline] |
Definition at line 33 of file ground_plane_error.h.
virtual robot_calibration::GroundPlaneError::~GroundPlaneError | ( | ) | [inline, virtual] |
Definition at line 44 of file ground_plane_error.h.
static ceres::CostFunction* robot_calibration::GroundPlaneError::Create | ( | Camera3dModel * | camera_model, |
double | z, | ||
CalibrationOffsetParser * | offsets, | ||
robot_calibration_msgs::CalibrationData & | data | ||
) | [inline, static] |
Definition at line 64 of file ground_plane_error.h.
bool robot_calibration::GroundPlaneError::operator() | ( | double const *const * | free_params, |
double * | residuals | ||
) | const [inline] |
Definition at line 46 of file ground_plane_error.h.
Definition at line 94 of file ground_plane_error.h.
robot_calibration_msgs::CalibrationData robot_calibration::GroundPlaneError::data_ |
Definition at line 97 of file ground_plane_error.h.
Definition at line 96 of file ground_plane_error.h.
Definition at line 95 of file ground_plane_error.h.