Blender
V3.3
|
Public Types | |
typedef Vec2 | FMatrixType |
typedef Vec2 | XMatrixType |
Public Member Functions | |
ApplyNukeIntrinsicsCostFunction (const double focal_length_x, const double focal_length_y, const double principal_point_x, const double principal_point_y, const int image_width, const int image_height, const double k1, const double k2, const double expected_normalized_x, const double expected_normalized_y) | |
Vec2 | operator() (const Vec2 &image_coordinate) const |
Definition at line 323 of file distortion_models.cc.
Definition at line 325 of file distortion_models.cc.
Definition at line 326 of file distortion_models.cc.
|
inline |
Definition at line 328 of file distortion_models.cc.
|
inline |
Definition at line 349 of file distortion_models.cc.
References expected_normalized_x_, expected_normalized_y_, focal_length_x_, focal_length_y_, image_height_, image_width_, libmv::InvertNukeDistortionModel(), k1_, k2_, principal_point_x_, and principal_point_y_.
double libmv::ApplyNukeIntrinsicsCostFunction::expected_normalized_x_ |
Definition at line 377 of file distortion_models.cc.
Referenced by operator()().
double libmv::ApplyNukeIntrinsicsCostFunction::expected_normalized_y_ |
Definition at line 377 of file distortion_models.cc.
Referenced by operator()().
double libmv::ApplyNukeIntrinsicsCostFunction::focal_length_x_ |
Definition at line 370 of file distortion_models.cc.
Referenced by operator()().
double libmv::ApplyNukeIntrinsicsCostFunction::focal_length_y_ |
Definition at line 371 of file distortion_models.cc.
Referenced by operator()().
int libmv::ApplyNukeIntrinsicsCostFunction::image_height_ |
Definition at line 375 of file distortion_models.cc.
Referenced by operator()().
int libmv::ApplyNukeIntrinsicsCostFunction::image_width_ |
Definition at line 374 of file distortion_models.cc.
Referenced by operator()().
double libmv::ApplyNukeIntrinsicsCostFunction::k1_ |
Definition at line 376 of file distortion_models.cc.
Referenced by operator()().
double libmv::ApplyNukeIntrinsicsCostFunction::k2_ |
Definition at line 376 of file distortion_models.cc.
Referenced by operator()().
double libmv::ApplyNukeIntrinsicsCostFunction::principal_point_x_ |
Definition at line 372 of file distortion_models.cc.
Referenced by operator()().
double libmv::ApplyNukeIntrinsicsCostFunction::principal_point_y_ |
Definition at line 373 of file distortion_models.cc.
Referenced by operator()().