/Image-Stitching

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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