Fix Tracker/ObjectDetector unit tests, due to new default values

This commit is contained in:
Jonathan Thomas
2024-02-22 21:17:24 -06:00
parent 98383fdddd
commit 4594cf85b6
2 changed files with 5 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ TrackedObjectBBox::TrackedObjectBBox(int Red, int Green, int Blue, int Alfa)
: delta_x(0.0), delta_y(0.0),
scale_x(1.0), scale_y(1.0), rotation(0.0),
background_alpha(0.0), background_corner(12),
stroke_width(2) , stroke_alpha(0.70),
stroke_width(2) , stroke_alpha(0.7),
stroke(Red, Green, Blue, Alfa),
background(0, 0, 255, Alfa)
{