OpenStitching / stitching

A Python package for fast and robust Image Stitching
Apache License 2.0
2.03k stars 158 forks source link

Part of the stitching is missing #185

Closed GJMY592 closed 8 months ago

GJMY592 commented 8 months ago

Hello, I have merged 20+ photos taken on a single site, and the parameter is set --no_crop, and the merged result is obviously missing 【The missing locations accounted for about 10%, located in the upper left and upper right corners of the final image】 (logs are as follows).

StitchingWarning: Not all images are included in the final panorama. If this is not intended, use the 'matches_graph_dot_file' parameter to analyze your matches. You might want to lower the 'confidence_threshold' or try another 'detector' to include all your images.

In order to solve this problem, I have tried different detector and confidence_threshold, but there are still gaps. Please tell me whether there is any problem in the process of using stitcher

lukasalexanderweber commented 8 months ago

Maybe -v will help you identify problematic images