#include <snavely_reprojection_error.h>
◆ SnavelyReprojectionError()
ceres::SnavelyReprojectionError::SnavelyReprojectionError |
( |
double |
observed_x, |
|
|
double |
observed_y, |
|
|
double |
fx, |
|
|
double |
fy |
|
) |
| |
|
inline |
◆ Create()
static ceres::CostFunction* ceres::SnavelyReprojectionError::Create |
( |
const double |
observed_x, |
|
|
const double |
observed_y, |
|
|
const double |
fx, |
|
|
const double |
fy |
|
) |
| |
|
inlinestatic |
◆ operator()()
template<typename T >
bool ceres::SnavelyReprojectionError::operator() |
( |
const T *const |
camera, |
|
|
const T *const |
point, |
|
|
T * |
residuals |
|
) |
| const |
|
inline |
◆ fx
double ceres::SnavelyReprojectionError::fx |
◆ fy
double ceres::SnavelyReprojectionError::fy |
◆ observed_x
double ceres::SnavelyReprojectionError::observed_x |
◆ observed_y
double ceres::SnavelyReprojectionError::observed_y |
The documentation for this struct was generated from the following file: