The images are stitched longitudinally error #209
Unanswered
qiuwulun795
asked this question in
Q&A
Replies: 1 comment 3 replies
-
maybe use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two images that I have stitched horizontally, and I want to stitch them vertically, but they get the following error:
Traceback (most recent call last):
File "D:\anaconda3\envs\stitch_github\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\anaconda3\envs\stitch_github\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "D:\anaconda3\envs\stitch_github\Scripts\stitch.exe_main.py", line 7, in
File "D:\anaconda3\envs\stitch_github\lib\site-packages\stitching\cli\stitch.py", line 312, in main
panorama = stitcher.stitch(images, feature_masks)
File "D:\anaconda3\envs\stitch_github\lib\site-packages\stitching\stitcher.py", line 102, in stitch
cameras = self.refine_camera_parameters(features, matches, cameras)
File "D:\anaconda3\envs\stitch_github\lib\site-packages\stitching\stitcher.py", line 157, in refine_camera_parameters
return self.camera_adjuster.adjust(features, matches, cameras)
File "D:\anaconda3\envs\stitch_github\lib\site-packages\stitching\camera_adjuster.py", line 48, in adjust
raise StitchingError("Camera parameters adjusting failed.")
stitching.stitching_error.StitchingError: Camera parameters adjusting failed.
These are my two stitched images. I think their overlap rate is still very high. How can I solve this problem,Looking forward to your reply,thanks
Beta Was this translation helpful? Give feedback.
All reactions