Code Monkey home page Code Monkey logo

panorama's Introduction

panorama

panorama image stitching based on SIFT features

Thanks for visiting my Github page!

This project is a solution for Assignment 2 Automatic Panoramic Mosaic Stitching of the course Image Processing and Computer Vision (ENGG 5104, CUHK, 2015 Spring: www.cse.cuhk.edu.hk/engg5104).

Based on SIFT features extracted from several images, the project aligns every 2 images using RANSAC algorithm, and stitching all the images to a common plane. For more principle and technical details, refer to project2_pano.htm.pdf.

How to run my code:

  1. Download the whole project2 folder.

  2. Use Visual Studio 2010 (other platform never tested) to open project file project2.vcxproj.

  3. Run the code. If there exist some debugging warnings, ignore them.

  4. Go to the /project2/Release, you can find that the executable file project2.exe has been generated. Also, in this folder, the images set for test is also included. Note that their sift features have already been extracted and recorded in 0.key ~ 6.key. Therefore, when you run my code, you can skip SIFT extraction step.

  5. Open Windows terminal, go to the /Release folder.

  6. Run command ‘project2 alignAll image_list.txt orientations.txt 10 595 100 10 8 sift’. This step execute global alignment to all the images listed in image_list.txt, and the output information of transformation between every 2 images is stored in orientations.txt.

  7. Run command 'project2 blendAll orientations.txt outimg.tga 572 200'. This step blends the images and produce the final panorama image as outimg.tga. Use software like IrfanView to open it and change to more common picture format like JPEG.

panorama's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.