1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 02:16:34 +08:00

tracking: update TLD overlap threshold

This commit is contained in:
Vladislav Sovrasov
2017-02-20 12:27:39 +03:00
parent 8d74aaad3a
commit 30c249b466

View File

@@ -482,7 +482,7 @@ TEST_P(DistanceAndOverlap, Shifted_Data_Boosting)
TEST_P(DistanceAndOverlap, Shifted_Data_TLD)
{
TrackerTest test( Tracker::create( "TLD" ), dataset, 120, .4f, CenterShiftLeft);
TrackerTest test( Tracker::create( "TLD" ), dataset, 120, .2f, CenterShiftLeft);
test.run();
}
/***************************************************************************************/