lsd_slam
lsd_slam copied to clipboard
Does this implementation have a stereo camera mode?
The original reference page talks about extension to stereo experiments. However, it is not clearly say if the code available is only of the monocular case, or of the stereo and omni cases as well.
Hi @ihtishamaliktk ,
The provided code for LSD-SLAM works exclusively for a monocular case scenario. For all the other cases you would have to adapt the code on your own or look for other repositories who have done that already.
Good luck and happy coding!