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

Method TrackedObjectBBox

src/TrackedObjectBBox.cpp:28–29  ·  view source on GitHub ↗

Default Constructor, delegating

Source from the content-addressed store, hash-verified

26
27// Default Constructor, delegating
28TrackedObjectBBox::TrackedObjectBBox()
29 : TrackedObjectBBox::TrackedObjectBBox(0, 0, 255, 255) {}
30
31// Constructor that takes RGBA values for stroke, and sets the bounding-box
32// displacement as 0 and the scales as 1 for the first frame

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected