Git Product home page Git Product logo

cis581-project3-image-mosaicing's Introduction

CIS581-Project3-Image-Mosaicing

Course Project for CIS 581 Computer Vision and Photography at University of Pennsylvania

In script_mosaicing.m , you can modify these parameters when implementing the codes

testFlag = false;        % Whether to use test image data
randFlag = false;        % Whether images in random order
verbose  = true;         % Whether show stitching details

For mosaicing details, you can edit these parameters in mosaicing.m for adaptive non-maximum supression, RANSAC, blending, blur kernel and detail display.

% Parameters
max_pts       = 400;
threshRANSAC  = 5;
blendFrac     = 0.5;
geometricBlur = false;
verbose       = true;

Here the test images source is a rotated April Tag board, and source images are 10 images taken in GRASP lab. You can use from the folder images directly.

In this project, I finished all the basic features along with alpha blending and geometry blurring.

What to do next?

  • Pyrimid Blending
  • Random Order Determination
  • Wrong Source Image Determination
  • Cylindrical Projection.

I might finish these features in the winnter vacation, hopefully : )

cis581-project3-image-mosaicing's People

Contributors

gabriellaqiong avatar

Stargazers

 avatar Renan Kodama avatar

Watchers

James Cloos avatar  avatar

Forkers

iscas-lee ilovecv

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.