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
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