#include <gtsam/inference/Symbol.h>
#include <gtsam/nonlinear/NonlinearFactorGraph.h>
#include <gtsam/nonlinear/LevenbergMarquardtOptimizer.h>
#include <gtsam/slam/GeneralSFMFactor.h>
#include <gtsam/slam/dataset.h>
#include <vector>
Go to the source code of this file.
Typedefs | |
typedef GeneralSFMFactor< SfmCamera, Point3 > | MyFactor |
Functions | |
int | main (int argc, char *argv[]) |
typedef GeneralSFMFactor<SfmCamera,Point3> MyFactor |
Definition at line 34 of file SFMExample_bal.cpp.
Definition at line 37 of file SFMExample_bal.cpp.