Skip to content

The images are stitched longitudinally error #208

@qiuwulun795

Description

@qiuwulun795

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.
32
33
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions