PARP Research Group Universidad de Murcia


examples/testGEA/testGEA.cpp File Reference

Tests 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 Description

Tests the GEA optimization on a SfM reconstruction.

This program tests the performance and accuracy of the GEA optimization algorithm on a SfM reconstruction.

The performance of the GEA algorithm will vary largely depending on the selected method to solve the second level system on the Levenberg-Marquardt optimization. Note that to use MKL or CHOLMOD sparse solvers with GEA (which offer good performance by exploiting the sparsity of the problem) QVision must be compiled and configured with MKL, CHOLMOD, and/or ROS libraries compatibility. See 'config.pri' file for more details.

Usage

Simply compile, and execute the binary:

        ./testGEA <reconstruction_file_or_path> [iterations] [lambda_gea]

See the documentation of function readSfMReconstruction for more information about the possible SfM reconstruction file formats.

Author:
PARP Research Group. University of Murcia, Spain.

Definition in file testGEA.cpp.




QVision framework. PARP research group. Copyright © 2007, 2008, 2009, 2010, 2011.