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