apanay20 / Image-Stitching

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%