Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Stitch works not correctly #153

Closed
phamkhactu opened this issue Oct 9, 2023 · 1 comment
Closed

Stitch works not correctly #153

phamkhactu opened this issue Oct 9, 2023 · 1 comment

Comments

@phamkhactu
Copy link

phamkhactu commented Oct 9, 2023

Thanks for amazing your work!!

From your response for issue and tutorial. I've created my code. All my images are sort orders.

from stitching import Stitcher
from stitching.images import Images
import cv2

stitcher = Stitcher()
images= [
    'imgs/0.jpg',
    'imgs/1.jpg',
    'imgs/2.jpg',
    'imgs/3.jpg',
    'imgs/4.jpg',
    'imgs/5.jpg'
]
panorama = stitcher.stitch(images) 
cv2.imwrite("panorama.jpg", panorama)

But I save panorama image, it stitch not well. I see that panorama is the same with 1.jpg not combine all from 0.jpg to 5.jpg

panorama

Here is my images

@lukasalexanderweber
Copy link
Member

Try stitcher.stitch_verbose for Debugging. Do you get a warning message?

@OpenStitching OpenStitching locked and limited conversation to collaborators Oct 9, 2023
@lukasalexanderweber lukasalexanderweber converted this issue into discussion #154 Oct 9, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants