Add a bounding box to the tracked object's BoxVec map
| 71 | virtual std::map<std::string, float> GetBoxValues(int64_t frame_number) const { std::map<std::string, float> ret; return ret; }; |
| 72 | /// Add a bounding box to the tracked object's BoxVec map |
| 73 | virtual void AddBox(int64_t _frame_num, float _cx, float _cy, float _width, float _height, float _angle) { return; }; |
| 74 | |
| 75 | |
| 76 | /// Get and Set JSON methods |
nothing calls this directly
no outgoing calls
no test coverage detected