mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
Raise Java test threshold as it sporadically fails on CI.
This commit is contained in:
@@ -322,8 +322,8 @@ public class GeometryTest extends OpenCVTestCase {
|
||||
Mat truth_tvec = new Mat(3, 1, CvType.CV_64F);
|
||||
truth_tvec.put(0, 0, -320, -240, 400);
|
||||
|
||||
assertMatEqual(truth_rvec, rvec, EPS*2);
|
||||
assertMatEqual(truth_tvec, tvec, EPS*2);
|
||||
assertMatEqual(truth_rvec, rvec, EPS*2.2);
|
||||
assertMatEqual(truth_tvec, tvec, EPS*2.2);
|
||||
}
|
||||
|
||||
public void testSolvePnPListOfPoint3ListOfPointMatMatMatMatBoolean() {
|
||||
|
||||
Reference in New Issue
Block a user