Image Stitching Error #220
Unanswered
rayanelahmadi
asked this question in
Q&A
Replies: 1 comment
-
maybe #135 (comment) helps you understand the difference between Stitcher and AffineStitcher |
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 get the following error (check attached image) when trying to stitch two images together. It looks like the issue has to do with the camera_adjuster.adjust() function. Additionally, I had a couple of questions in regards to the stitching process as a whole:
If I have multiple cameras vertically stacked and each camera is displaced by x inches (all looking straight ahead) and each captures an image, and each image has sufficient overlap, will using AffineStitcher instead of Stitcher make a difference? I've tested both with a set of images and I can't get a clear answer for which one I should be using.
Say I have 3 cameras vertically stacked and each camera is displaced by x inches (all looking straight ahead) and each captures an image, and each image has sufficient overlap. Will I get a different stitching result if I just stitch the top 2 images rather than stitching all 3 images? I have encountered an issue where depending on the included images, the stitching between the same images can change, which I don't understand.
Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions