#include <Track.hpp>
Public Member Functions | |
| void | calculateWeight () |
| Track (std::string type="", std::string observedId="") | |
| Track (const Track &other) | |
Public Attributes | |
| std::vector< ObjectPtr > | objects |
| std::string | observedId |
| std::string | type |
| double | weight |
Track class. Subsumes consecutive object estimations of one object into a trajectory.
|
inline |