Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

big pixel #5

Open
cowboyniu opened this issue May 27, 2018 · 0 comments
Open

big pixel #5

cowboyniu opened this issue May 27, 2018 · 0 comments

Comments

@cowboyniu
Copy link

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant