libfovis
options.hpp
Go to the documentation of this file.
1 #ifndef __fovis_options_hpp__
2 #define __fovis_options_hpp__
3 
10 #include <string>
11 #include <map>
12 
13 namespace fovis
14 {
15 
106 typedef std::map<std::string, std::string> VisualOdometryOptions;
107 
108 }
109 
110 #endif
std::map< std::string, std::string > VisualOdometryOptions
Options.
Definition: options.hpp:106
quick and dirty profiling tool.inspired by the matlab tic/toc command
Definition: camera_intrinsics.hpp:6