mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
calib3d: increased AP3P test threshold for RISC-V platform
This commit is contained in:
parent
f37924796f
commit
148b2ec3e0
@ -2316,7 +2316,7 @@ TEST(AP3P, ctheta1p_nan_23607)
|
|||||||
res.row(j) += t[i].reshape(1, 1);
|
res.row(j) += t[i].reshape(1, 1);
|
||||||
res.row(j) /= res.row(j).at<double>(2);
|
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…
Reference in New Issue
Block a user