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.
1 parent 35e1daf commit 9f98736Copy full SHA for 9f98736
src/services/CameraServices.jl
@@ -44,7 +44,7 @@ canreproject(camera::AbstractCameraModel) = true
44
## =========================================================================================
45
46
47
-function undistortPoint(cam::CameraCalibration, xy, iter_num=1) #3)
+function undistortPoint(cam::CameraCalibration, xy, iter_num=3)
48
k1, k2, p1, p2, k3 = cam.kc[1:5]
49
fx, fy = f_w(cam), f_h(cam) # cam.K[1, 1], cam.K[2, 2]
50
cx, cy = pp_w(cam), pp_h(cam) # cam.K[1:2, 3]
0 commit comments