Augmented Reality with Planar Homographies
16-720 Computer Vision: Homework 3 · Fall 2022
About The Project
Implementing an AR application step by step using planar homographies. Finding point correspondences between two images and use these to estimate the homography between them. Then using this homography to warp images and finally implement it on AR applications.
Built With
- Python
- NumPy
Results
For the entire report, please refer to the Documentation
- Feature Detection and Matching
- RANSAC for Homography Computation
- Augmented Reality application
- Panorama Image Generation Using Homography