| Functions | 
| QVDirectedGraph< QList < QPointFMatching > >
 | getPointMatchingsLists (const QList< QHash< int, QPointF > > pointProjections, const int numCams, const int minPointCorrespondences) | 
|  | Obtains the list of point correspondences detected between each view-pair in a reconstruction. 
 | 
| QVDirectedGraph< QVMatrix > | getReducedMatrices (const QVDirectedGraph< QList< QPointFMatching > > &pointLists, const bool normalize, const TGEA_decomposition_method decomposition_method, const bool gsl, const double choleskyLambda, const int minPointCorrespondences) | 
|  | Gets the reduced matrices for a reconstruction. 
 | 
| QVDirectedGraph< QVMatrix > | getReducedMatrices (const QVDirectedGraph< QVector< QPointFMatching > > &pointLists, const bool normalize, const TGEA_decomposition_method decomposition_method, const bool gsl, const double choleskyLambda, const int minPointCorrespondences) | 
|  | Gets the reduced matrices for a reconstruction from the list of point correspondences detected between each view-pair in a reconstruction. 
 | 
| QVDirectedGraph< QVector < QPointFMatching > >
 | getPointMatchingsListsVec (const QList< QHash< int, QPointF > > pointProjections, const int numCams, const int minPointCorrespondences) | 
|  | Obtains the list of point correspondences detected between each view-pair in a reconstruction. 
 | 
| QList< QVCameraPose > | globalEpipolarAdjustment (const int numIterations, const QList< QVCameraPose > &initialCameraPoses, const QVDirectedGraph< QVMatrix > &reducedMatricesGraph, const double lambda, const bool adaptativeLambda, const TQVSparseSolve_Method solveMethod, const int secondLevelIterations) | 
|  | Refine the camera poses using epipolar geometry constraints. 
 | 
| QList< QVCameraPose > | globalEpipolarAdjustment (const int numIterations, const QList< QVCameraPose > &initialCameraPoses, const QVDirectedGraph< QVMatrix > &reducedMatricesGraph, const QVector< bool > &freeCameras, const double lambda, const bool adaptativeLambda, const TQVSparseSolve_Method solveMethod, const int secondLevelIterations) | 
|  | Refine the camera poses using epipolar geometry constraints. 
 | 
| QList< QVCameraPose > | incrementalGEA (const int numIterations, const QList< QVCameraPose > &initialCameraPoses, const QVDirectedGraph< QVMatrix > &reducedMatricesGraph, const int numFreeCameras, const double lambda, const bool adaptativeLambda, const TQVSparseSolve_Method solveMethod, const int secondLevelIterations) | 
|  | Incremental GEA refinement. 
 | 
File from the QVision library.