Merge pull request #25380 from mshabunin:fix-calib-tests

calib3d: increased AP3P test threshold for RISC-V platform
pull/25383/head
Alexander Smorkalov 8 months ago committed by GitHub
commit b3e863fee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      modules/calib3d/test/test_solvepnp_ransac.cpp

@ -2316,7 +2316,7 @@ TEST(AP3P, ctheta1p_nan_23607)
res.row(j) += t[i].reshape(1, 1);
res.row(j) /= res.row(j).at<double>(2);
}
EXPECT_LE(cvtest::norm(res.colRange(0, 2), expected, NORM_INF), 3e-16);
EXPECT_LE(cvtest::norm(res.colRange(0, 2), expected, NORM_INF), 3.34e-16);
}
}

Loading…
Cancel
Save