Coder Social home page Coder Social logo

xiayude / matlab-imagestitching Goto Github PK

View Code? Open in Web Editor NEW

This project forked from razvanranca/matlab-imagestitching

0.0 1.0 0.0 8.31 MB

Combines multiple images with overlapping areas thus creating a panorama - Computer vision course project

MATLAB 65.20% Objective-C 34.80%

matlab-imagestitching's Introduction

Matlab-ImageStitching

This is a project I did in my junior year for a computer vision class.

Running: call the stitch function with the two images you want stiched. Eg: stitch('Samples/monkeys1.png', 'Samples/monkeys2.png')

Approach:

  • The local features of the two images are detected and described with the SIFT algorithm ( http://en.wikipedia.org/wiki/Scale-invariant_feature_transform )
  • The two sets of SIFT featurs are then analyzed for similar datapoints which are likely to refer to the same image feature
  • If insufficient matching points have been found, then we quit as there isn't enough overlapping area to stitch the images
  • Otherwise, the RANSAC toolbox is used to apply a homographic transformation to one of the images such that the two images can be superimposed, and the resulting panorama view is outputed.

Samples:

  • The Samples folder shows several starting images and their stitched result.
  • Circles represent the features we matched on from the first image and crosses represent the corresponding features from the second image.
  • The quality of the match can be visually inspected by the amount of crosses which ended up on top of their circle.
  • Notice how in the case of the airView image very few matches are detected but the information is still sufficient to generate a good stitching. This shows that quality of matching points if significantly more important than quantity.

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.