Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 843 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 843 Bytes

About The Project

Panorama composition with multible images using SIFT Features and a custom implementaion of RANSAC algorithm (Random Sample Consensus).

Author:

  • Andreas Panayiotou

Prerequisites

Below are shown the necessary python libraries for the project.

  • OpenCV
    pip install opencv-python
  • Matplotlib
    pip install matplotlib
  • NumPy
    pip install numpy

Results

Feature Extraction
Feature Matching
Outliers Removal
Image Stitching