
Go to the source code of this file.
Namespaces | |
| namespace | fovis |
quick and dirty profiling tool. inspired by the matlab tic/toc command | |
Functions | |
| bool | fovis::optionsGetBool (const VisualOdometryOptions &options, std::string name, bool *result) |
| bool | fovis::optionsGetBoolOrFromDefault (const VisualOdometryOptions &options, std::string name, const VisualOdometryOptions &defaults) |
| bool | fovis::optionsGetDouble (const VisualOdometryOptions &options, std::string name, double *result) |
| double | fovis::optionsGetDoubleOrFromDefault (const VisualOdometryOptions &options, std::string name, const VisualOdometryOptions &defaults) |
| bool | fovis::optionsGetInt (const VisualOdometryOptions &options, std::string name, int *result) |
| int | fovis::optionsGetIntOrFromDefault (const VisualOdometryOptions &options, std::string name, const VisualOdometryOptions &defaults) |