OKVIS ROS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
CeresIterationCallback.hpp File Reference

Header file for the CeresIterationCallback class. Used to enforce a time limit on the ceres optimization. More...

#include <ceres/iteration_callback.h>

Go to the source code of this file.

Classes

class  okvis::ceres::CeresIterationCallback
 The CeresIterationCallback class tries to enforce a time limit on the optimization. It does not guarantee to stay within the time budget as it assumes the next iteration takes as long as the previous iteration. More...
 

Namespaces

 okvis
 okvis Main namespace of this package.
 
 okvis::ceres
 ceres Namespace for ceres-related functionality implemented in okvis.
 

Detailed Description

Header file for the CeresIterationCallback class. Used to enforce a time limit on the ceres optimization.

Author
Andreas Forster
Stefan Leutenegger