PARP Research Group | Universidad de Murcia |
examples/testSBA/testSBA.cpp File ReferenceTests the GEA optimization on a SfM reconstruction. More... #include <QVApplication> #include <QTime> #include <qvsfm.h> #include <sfmviewer.h> Go to the source code of this file. Detailed DescriptionTests the GEA optimization on a SfM reconstruction. This program performs a Bundle Adjustment optimization on an input SfM reconstruction using the implementation by A. Argyros and M.I.A. Lourakis. UsageSimply compile, and execute the binary: ./testSBA <reconstruction_file_or_path> [iterations] [lambda] See the documentation of function readSfMReconstruction for more information about the possible SfM reconstruction input file formats. Definition in file testSBA.cpp. |