We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa5caf8 + c1dec72 commit 776c8c5Copy full SHA for 776c8c5
modules/calib3d/misc/java/test/Calib3dTest.java
@@ -499,7 +499,7 @@ public void testRQDecomp3x3MatMatMatMatMatMat() {
499
}
500
501
public void testSolvePnPListOfPoint3ListOfPointMatMatMatMat() {
502
- Mat intrinsics = Mat.eye(3, 3, CvType.CV_32F);
+ Mat intrinsics = Mat.eye(3, 3, CvType.CV_64F);
503
intrinsics.put(0, 0, 400);
504
intrinsics.put(1, 1, 400);
505
intrinsics.put(0, 2, 640 / 2);
0 commit comments