#include <marker_map_config.h>
Public Member Functions | |
| MarkerMapDetails () | |
| void | read (const cv::FileNode &node) |
| void | write (cv::FileStorage &fs) const |
Public Attributes | |
| int | id |
| std::vector< MarkerDetails > | markers |
| std::string | type |
Definition at line 44 of file marker_map_config.h.
| MarkerMapDetails::MarkerMapDetails | ( | ) |
Definition at line 69 of file marker_map_config.cpp.
| void MarkerMapDetails::read | ( | const cv::FileNode & | node | ) |
Definition at line 90 of file marker_map_config.cpp.
| void MarkerMapDetails::write | ( | cv::FileStorage & | fs | ) | const |
Definition at line 73 of file marker_map_config.cpp.
| int MarkerMapDetails::id |
Definition at line 48 of file marker_map_config.h.
| std::vector<MarkerDetails> MarkerMapDetails::markers |
Definition at line 50 of file marker_map_config.h.
| std::string MarkerMapDetails::type |
Definition at line 49 of file marker_map_config.h.