MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / AddBox

Method AddBox

src/TrackedObjectBase.h:73–73  ·  view source on GitHub ↗

Add a bounding box to the tracked object's BoxVec map

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected