Skip to content

A solution for images stitchinging based on Sift, kd-tree, RANSAC and Multi-band Blending.

Notifications You must be signed in to change notification settings

Marco2018/ImageStitching

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageStitching

A solution for images stitchinging based on Sift, kd-tree, RANSAC and Multi-band Blending.
Based on CImg Library and Vlfeat library.

Input

  • A set of images, supporting disordered images.
  • Two sample input sets, "dataset1" and "dataset2".

Output

  • A stitched image.
  • result1
  • result2

Algorithmic process

  • Image registration
    • Cylinder projection
    • Feature extraction
    • Feature matching
    • RANSAC and least squares for homography
  • Image blending
    • Image wrapping
    • Multi-band blending

Areas for improvement

  • Compensate explosion error.

About

A solution for images stitchinging based on Sift, kd-tree, RANSAC and Multi-band Blending.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%