Return the main properties of a TrackedObjectBBox instance - such as position, size and rotation
| 69 | virtual void ScalePoints(double scale) { return; }; |
| 70 | /// Return the main properties of a TrackedObjectBBox instance - such as position, size and rotation |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected