Code Monkey home page Code Monkey logo

dip_final_project's Introduction

Parallax Tolerant Image Stitching

Partial implementation of the parallax tolerant image stitching paper by Fan Zhang and Feng Liu http://web.cecs.pdx.edu/~fliu/papers/cvpr2014-stitching.pdf
To execute the code, run main(img1,img2) on Matlab command prompt where img1, img2 are names of the images.

dip_final_project's People

Contributors

team-511 avatar shrutimoy10 avatar

Stargazers

Jinge Wang avatar Usama Imdad avatar  avatar  avatar  avatar  avatar Rui Chou avatar  avatar  avatar  avatar  avatar  avatar visionlearner avatar

Watchers

visionlearner avatar

dip_final_project's Issues

The dimension used for matrix multiplication is incorrect

Hello, when I running the code, a peoblem occurs that is the dimension used for matrix multiplication is incorrect. The problem occurs after running the code :
matches = match(ds1,ds2); (89)
and the matlab shows the error is in the file match.m:
for i = 1 : size(des1,1) (28)
dotprods = des1(i,:) * des2t; (29)

I do really feel confused with the code in the file main.m from 82 to 89:
kp1=kp1(:,1:2);
[kp1,i,]=unique(kp1,'rows','stable');
ds1=ds1(i,:);
kp2=kp2(:,1:2);
[kp2,i,
]=unique(kp2,'rows','stable');
ds2=ds2(i,:);
%disp(ds2); % 4x183
matches = match(ds1,ds2);
Could you please explain its function to me , thank you very much.

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.