Replies: 1 comment
-
two things that come in my mind:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am currently using the Stitcher to stitch 15 OpenCV images of a fixed-position camera that pans from left to right. All the images are 1920x1080 images captured with OpenCV's VideoCapture. I am looking for advice/guidance on how to speed up the stitching. Is there anything I can look into to speed it up?
Some additional information:
Stitcher(confidence_threshold=0, range_width=1)
(since all images are guaranteed to be ordered left to right)Is there something else I can try?
Beta Was this translation helpful? Give feedback.
All reactions