5 #ifndef GBMOT_CONSTANTS_H 6 #define GBMOT_CONSTANTS_H 16 class ObjectDataAngular;
19 typedef std::vector<std::vector<std::vector<double>>> Vector3d;
20 typedef std::vector<std::vector<double>> Vector2d;
21 typedef std::shared_ptr<ObjectData> ObjectDataPtr;
22 typedef std::shared_ptr<ObjectData3D> ObjectData3DPtr;
23 typedef std::shared_ptr<ObjectDataMap> ObjectDataMapPtr;
24 typedef std::shared_ptr<ObjectDataAngular> ObjectDataAngularPtr;
25 typedef std::shared_ptr<Tracklet> TrackletPtr;
28 #endif //GBMOT_CONSTANTS_H Definition: Definitions.h:11