#include <GeometricCalibration.h>
|
bool | operator() (double const *const position, double const *const rotation, double const *const principal, double const *const focal, double const *const distortion, double const *const world, double *residuals) const |
|
|
static ceres::CostFunction * | addResidual (ceres::Problem &problem, Camera::Vector3 &position, Camera::Vector3 &rotation, Camera::Vector2 &principal, Camera::Real &focal, Camera::Distortion &distortion, Camera::Vector3 &world, const Camera &camera, const Camera::Vector2 &pixel, bool robust=false, const int weight=1) |
|
◆ addResidual()
static ceres::CostFunction* fb360_dep::calibration::ReprojectionFunctor::addResidual |
( |
ceres::Problem & |
problem, |
|
|
Camera::Vector3 & |
position, |
|
|
Camera::Vector3 & |
rotation, |
|
|
Camera::Vector2 & |
principal, |
|
|
Camera::Real & |
focal, |
|
|
Camera::Distortion & |
distortion, |
|
|
Camera::Vector3 & |
world, |
|
|
const Camera & |
camera, |
|
|
const Camera::Vector2 & |
pixel, |
|
|
bool |
robust = false , |
|
|
const int |
weight = 1 |
|
) |
| |
|
inlinestatic |
◆ operator()()
bool fb360_dep::calibration::ReprojectionFunctor::operator() |
( |
double const *const |
position, |
|
|
double const *const |
rotation, |
|
|
double const *const |
principal, |
|
|
double const *const |
focal, |
|
|
double const *const |
distortion, |
|
|
double const *const |
world, |
|
|
double * |
residuals |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: