Visual Odometry is a method of finding a robot/camera pose i.e translation and orientation of the robot/camera with respect to the the world frame using camera data
The following dependencies must be installed.
- python3.5 or above
- numpy
- opencv 3.4
copy Oxford_dataset folder to VisualOdometry directory Run the following command for Visual odometry
python3 main.pyTo run the visual-odometry code using OpenCV default methods,
python3 visual_odometry_opencv.pyThe the following command to compare with Inbuilt OpenCV Functions.
python3 comparison.pypip install opencv-python==3.4.2.16
pip install opencv-contrib-python==3.4.2.16
https://drive.google.com/drive/folders/1c5nXz3IS5e1MUWTt3QdQY18DL6Rtn25n?usp=sharing