-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How Can I apply it to stereo camera? #15
Comments
Simplest idea would be just swap out the ORB-SLAM monocular SLAM and replace it with some stereo SLAM. Furthurmore, the depth estimation can be imporved by using a stereo camera setup, which in turn can improve the quality of the reconstructed surface. |
Thank you for your answers, but I found some small bugs in your program. |
Great! Thanks for finding the bugs. |
The wrong behavior is a simple program break, like when you go to use an uninitialized pointer to a class. I'm sorry I can't describe it. But a PR is submitted. |
No description provided.
The text was updated successfully, but these errors were encountered: