Coder Social home page Coder Social logo

ethanhe42 / panorama Goto Github PK

View Code? Open in Web Editor NEW
179.0 17.0 71.0 178.74 MB

Image alignment and stitching with MATLAB

Home Page: https://yihui-he.github.io/blog/panorama-with-matlab

License: MIT License

MATLAB 52.35% Shell 0.03% C 47.61%
panorama ransac matlab image-stitching image-alignment

panorama's Introduction

panorama's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

panorama's Issues

Matlab 2017a

RunAllDatasets
索引超出矩阵维度。

出错 run (line 50)
pathscript = evalin('caller', ['which(''' script ''')']);

出错 main (line 31)
run('lib/vlfeat-0.9.20/toolbox/vl_setup');

出错 RunAllDatasets (line 2)
panorama=main(i);

模糊问题

您好,最近读了你的算法,觉得您的工作非常的好
但是我使用您的算法,跑出来的图片会有模糊现象,而且图片尺寸也对不上,请问是哪里的问题呢?
这个我对yellowstone4下的子图像进行拼接的结果,尺寸在1156×571
yellowstone4
但是您给出的结果十分的清晰,而且图像尺寸也大得多,尺寸为3624×1172
yellowstone4

Clarity problem after combining

Hi,
I used my own pictures for combining them, and after combining the result picture doesn't have clarity, even if I changed the focus property.
Can you please help me?

big pixel

My photo pixel is 20 million, the program is always running an error like this:

panorama=main(1);
figure
imshow(panorama);
imwrite(panorama,'stitching.jpg');
creating panorama for ucsb4
resizing14 sec
warping:67 sec
SIFT & RANSAC: 134 sec
end2end alignment:0 sec
Error using /
Out of memory. Type HELP MEMORY for your options.

Error in im2double (line 58)
d = double(img) / range(2);

Error in merge (line 2)
imgs=im2double(imgs);

Error in create (line 65)
newImg = merge(cylindricalimages, absoluteTrans , panorama_h, panorama_w, f);

Error in main (line 59)
panorama=create( imgs, f, full);

I have some error when i was run main.m file

Index exceeds array bounds.

Error in run (line 55)
pathscript = evalin('caller', strcat('which(''', script, ''')'));

Error in main (line 31)
run('lib/vlfeat-0.9.20/toolbox/vl_setup');

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.