Skip to content

Tiny project that shows an example (not necessary good) of video stitching

License

Notifications You must be signed in to change notification settings

AlexeySachkov/image-stitching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-stitching

This repo contains simple stitching application which is capable to stitch images or videos into panoramas.

Main ideas

As it described in OpenCV Stitching pipeline, it consists of two main parts: registration and compositing.

In this repo, these two stages are represented by calibrate and stitch tools correspondingly.

This project doesn't use any existing feature-detection algorithms and methods like SURF, SIFT, ORB, etc. Instead, to stitch images they must contain chessborad on them - its corners will be used as special points to estimate camera parameters and to understand how to stitch images.

How to build

TBD

How to use

TBD

About

Tiny project that shows an example (not necessary good) of video stitching

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published