A simple monocular visual odometry (part of vSLAM) by ORB keypoints with initialization, tracking, local map and bundle adjustment. (WARNING: Hi, I'm sorry that this project is tuned for course demo, not for real world applications !!!)
MIT License
398
stars
91
forks
source link
How to get the relative travel distance without distance information and Ground Truth #15
We know that due to the scale indefiniteness problem, we cannot estimate the distance traveled by the camera without distance information.
However, we would like to get the relative travel distance.
Can you determine the relative travel distance of the monocular camera under the following conditions?
・Input is video image (or acceleration and gyro sensor values)
・No ground-truth
・No distance information
We know that due to the scale indefiniteness problem, we cannot estimate the distance traveled by the camera without distance information. However, we would like to get the relative travel distance. Can you determine the relative travel distance of the monocular camera under the following conditions?
・Input is video image (or acceleration and gyro sensor values) ・No ground-truth ・No distance information