mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
java: force 64F in solvePnP test
This commit is contained in:
parent
aa5caf83f6
commit
c1dec72fb6
@ -499,7 +499,7 @@ public class Calib3dTest extends OpenCVTestCase {
|
||||
}
|
||||
|
||||
public void testSolvePnPListOfPoint3ListOfPointMatMatMatMat() {
|
||||
Mat intrinsics = Mat.eye(3, 3, CvType.CV_32F);
|
||||
Mat intrinsics = Mat.eye(3, 3, CvType.CV_64F);
|
||||
intrinsics.put(0, 0, 400);
|
||||
intrinsics.put(1, 1, 400);
|
||||
intrinsics.put(0, 2, 640 / 2);
|
||||
|
Loading…
Reference in New Issue
Block a user