1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

fix test failure on Jetson TX2

This commit is contained in:
Tomoaki Teshima
2020-04-15 23:25:12 +09:00
parent 675342ecd9
commit f39784c584
+1 -1
View File
@@ -110,7 +110,7 @@ CUDA_TEST_P(MOG2, Update)
mog2_gold->apply(frame, foreground_gold);
ASSERT_MAT_SIMILAR(foreground_gold, foreground, detectShadow ? 13e-3 : 18e-8);
ASSERT_MAT_SIMILAR(foreground_gold, foreground, detectShadow ? 13e-3 : 2e-4);
}
}