Scale an object's property
| 67 | |
| 68 | /// Scale an object's property |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected