You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Fix Tracker/ObjectDetector unit tests, due to new default values
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user