You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering how the maps to rectify distorted pixels were computed. I am trying to obtain the same results using cv2.fisheye.undistortPoints as suggested here. However, the results are different from those provided in $SEQUENCE_(left/right)_(x/y)_map.txt.
For instance, these are some results:
Pixels to rectify
[[[0. 0.]
[0. 1.]
[0. 2.]]]
Output from indoor_flying_left_(left/right)_(x/y)_map.txt
Hello, thanks for the cool dataset!
I am wondering how the maps to rectify distorted pixels were computed. I am trying to obtain the same results using
cv2.fisheye.undistortPoints
as suggested here. However, the results are different from those provided in$SEQUENCE_(left/right)_(x/y)_map.txt
.For instance, these are some results:
Pixels to rectify
Output from indoor_flying_left_(left/right)_(x/y)_map.txt
Output from
cv2.fisheye.undistortPoints
Could someone please explain how these maps were computed?
Thanks!
The text was updated successfully, but these errors were encountered: