Default Constructor, delegating
| 26 | |
| 27 | // Default Constructor, delegating |
| 28 | TrackedObjectBBox::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 |
nothing calls this directly
no outgoing calls
no test coverage detected