An example of gtsam for solving the camera resectioning problem. More...
#include <gtsam/inference/Symbol.h>
#include <gtsam/nonlinear/LevenbergMarquardtOptimizer.h>
#include <gtsam/geometry/PinholeCamera.h>
#include <gtsam/geometry/Cal3_S2.h>
Go to the source code of this file.
Classes | |
class | ResectioningFactor |
Functions | |
int | main (int argc, char *argv[]) |
An example of gtsam for solving the camera resectioning problem.
Definition in file CameraResectioning.cpp.
Definition at line 62 of file CameraResectioning.cpp.