Skip to content

A project on image processing which stitches multiple images into a single panorama.

Notifications You must be signed in to change notification settings

donutAnees/image_stitching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMAGE STITCHING

Introduction

This project aims to stitch multiple images into a single panorama using the ORB (Oriented FAST and Rotated BRIEF) algorithm. ORB is chosen due to its robustness and efficiency in feature detection and description.

Project Overview

  • IMAGE_STITCHING
    • Backend
      • stitch
        • header
        • source
      • documentation
        • RunProgram
        • Algorithms

The stitch folder contains all the program files which are needed to run the program. The documentation folder contains a detailed explanation of the algortithms used. It also details on how to compile only the stitching program and run it.

About

A project on image processing which stitches multiple images into a single panorama.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published