#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | Tracking |
namespace Tracking | |
Enumerations | |
enum | Tracking::confidence_state { Tracking::ST_GOOD, Tracking::ST_FAIR, Tracking::ST_BAD } |
enum | Tracking::movement_state { Tracking::ST_FAST, Tracking::ST_SLOW, Tracking::ST_STILL } |
enum | Tracking::quality_state { Tracking::ST_OK, Tracking::ST_OCCLUDED, Tracking::ST_LOST, Tracking::ST_LOCKED } |
Functions | |
std::ostream & | Tracking::operator<< (std::ostream &out, const Tracking::quality_state &st) |
std::ostream & | Tracking::operator<< (std::ostream &out, const Tracking::confidence_state &st) |
std::ostream & | Tracking::operator<< (std::ostream &out, const Tracking::movement_state &st) |