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

Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2026-05-25 16:29:45 +03:00
54 changed files with 523 additions and 414 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ TEST(Reproducibility_FCN, Accuracy)
int shape[] = {1, 21, 500, 500};
Mat ref(4, shape, CV_32FC1, refData.data);
normAssert(ref, out);
normAssert(ref, out, "", 0.013, 0.17);
}
TEST(Reproducibility_SSD, Accuracy)