Go to the source code of this file.
|
| static OptimizationAlgorithm * | g2o::createSolver (const std::string &fullSolverName) |
| |
| | g2o::G2O_REGISTER_OPTIMIZATION_LIBRARY (structure_only) |
| |
| | g2o::G2O_REGISTER_OPTIMIZATION_ALGORITHM (structure_only_2, new StructureOnlyCreator(OptimizationAlgorithmProperty("structure_only_2", "Optimize the landmark poses (2D)", "Eigen", true, 3, 2))) |
| |
| | g2o::G2O_REGISTER_OPTIMIZATION_ALGORITHM (structure_only_3, new StructureOnlyCreator(OptimizationAlgorithmProperty("structure_only_3", "Optimize the landmark poses (3D)", "Eigen", true, 6, 3))) |
| |