Skip to content

joyeecheung/panoramic-image-stitching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Panoramic image stitching

Panoramic image stitching in matlab

Dependencies

  • vlfeat-0.9.20
    • Make sure the vlfeat-0.9.20 package is located under the root directory
    • If the packaged isn't there, download it from here

Directory structure

.
├─ README.md
├─ doc (report and other documents)
│   └── ...
├─ data (source images)
│   └── ...
├─ result (the results)
│   └── final.jpg (the panorama)
├─ vlfeat-0.9.20 (the vlfeat binary package)
│   └── ... 
└─ src (the matlab source code)
    └── ...

How to run it

  1. Make sure you have the vlfeat-0.9.20 package under the root directory
  2. Place the source images under the data folder
  • Currenly it only handles jpg
  • Make sure the images are in portrait mode
  1. Open the src folder in matlab
  2. Open main.m and run
  • This project is specifically configured for NIKON E990, if you need to stitch images taken from other cameras, you need to configure f, k1 and k2 in main.m
  • The method for calculating/obtaining f, k1 and k2 for a camera is commented in main.m

Reference

M. Brown and D. Lowe, "Recognising Panoramas", ICCV 2003.

About

About

Panoramic image stitching using SIFT and RANSAC in matlab.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages