Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 645 Bytes

File metadata and controls

18 lines (13 loc) · 645 Bytes

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.