Skip to content

Commit 9f98736

Browse files
committed
bump fix
1 parent 35e1daf commit 9f98736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/CameraServices.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ canreproject(camera::AbstractCameraModel) = true
4444
## =========================================================================================
4545

4646

47-
function undistortPoint(cam::CameraCalibration, xy, iter_num=1) #3)
47+
function undistortPoint(cam::CameraCalibration, xy, iter_num=3)
4848
k1, k2, p1, p2, k3 = cam.kc[1:5]
4949
fx, fy = f_w(cam), f_h(cam) # cam.K[1, 1], cam.K[2, 2]
5050
cx, cy = pp_w(cam), pp_h(cam) # cam.K[1:2, 3]

0 commit comments

Comments
 (0)