Replies: 10 comments 2 replies
-
Can you share the images? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I stitch one piece after another. The images are arranged in order. |
Beta Was this translation helpful? Give feedback.
-
Can't you just collect all Images in a List and than Stitch? |
Beta Was this translation helpful? Give feedback.
-
This may cost more time. Now the error was solved, but i don't know why the first half is so vague. |
Beta Was this translation helpful? Give feedback.
-
Try Just for the image quality to Stitch all Images together, so we can see If its vague as well |
Beta Was this translation helpful? Give feedback.
-
The quality is high, 1280*1280. And I didn't compress the size of image. |
Beta Was this translation helpful? Give feedback.
-
Can you share the images? |
Beta Was this translation helpful? Give feedback.
-
You can reduce the image size for testing with the final_megapix parameter. So you don't have to wait to long for a result |
Beta Was this translation helpful? Give feedback.
-
Hi, I have the same issue. |
Beta Was this translation helpful? Give feedback.
-
When i try to stitch 20 images, an error occurred. The code only stitched 16 images.


Traceback (most recent call last):
File "/home/zx/tiegui/stitching-main/setup.py", line 53, in
panorama2 = stitcher2.stitch([imgA,imgB])
File "/home/zx/tiegui/stitching-main/stitching/stitcher.py", line 92, in stitch
imgs, features, matches = self.subset(imgs, features, matches)
File "/home/zx/tiegui/stitching-main/stitching/stitcher.py", line 138, in subset
matches,
File "/home/zx/tiegui/stitching-main/stitching/subsetter.py", line 28, in subset
indices = self.get_indices_to_keep(features, matches)
File "/home/zx/tiegui/stitching-main/stitching/subsetter.py", line 53, in get_indices_to_keep
raise StitchingError("No match exceeds the " "given confidence threshold.")
stitching.stitching_error.StitchingError: No match exceeds the given confidence threshold.
But the image has enough overlapping region.
The result of 16 images and the first half is vague.
When stitch this image, the error occurred.
Beta Was this translation helpful? Give feedback.
All reactions