thien94 / orb_slam3_ros

A ROS implementation of ORB_SLAM3
GNU General Public License v3.0
261 stars 81 forks source link

Question about input image #17

Open Shang-cl opened 10 months ago

Shang-cl commented 10 months ago

I have always had a question. In the ROS example program of the original ORB_SLAM3 algorithm, there will be a flag like do_rectify to control the correction of the image. So is it necessary to correct it in advance in the actual process? Or do you just need to use the original image directly without any pre-processing like in your code?