Panorama composition with multible images using SIFT Features and a custom implementaion of RANSAC algorithm (Random Sample Consensus).
Author:
- Andreas Panayiotou
Below are shown the necessary python libraries for the project.
- OpenCV
pip install opencv-python
- Matplotlib
pip install matplotlib
- NumPy
pip install numpy
Feature Extraction |
---|
Feature Matching |
Outliers Removal |
Image Stitching |