#include <tracker.hpp>
|
| void | readYaml (const std::string &filename) |
| | Reads the struct members from the "tracker" node of a YAML file. More...
|
| |
◆ readYaml()
| void se::TrackerConfig::readYaml |
( |
const std::string & |
filename | ) |
|
Reads the struct members from the "tracker" node of a YAML file.
Members not present in the YAML file aren't modified.
◆ iterations
| std::vector<int> se::TrackerConfig::iterations {10, 5, 4} |
◆ dist_threshold
| float se::TrackerConfig::dist_threshold = 0.1f |
◆ normal_threshold
| float se::TrackerConfig::normal_threshold = 0.8f |
◆ track_threshold
| float se::TrackerConfig::track_threshold = 0.15f |
◆ icp_threshold
| float se::TrackerConfig::icp_threshold = 0.00001f |
The documentation for this struct was generated from the following file: