00001 #ifndef __fovis_options_hpp__ 00002 #define __fovis_options_hpp__ 00003 00010 #include <string> 00011 #include <map> 00012 00013 namespace fovis 00014 { 00015 00106 typedef std::map<std::string, std::string> VisualOdometryOptions; 00107 00108 } 00109 00110 #endif