OpenStitching / stitching

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

set a non-null value to confidence_threshold for correct matches graph when using RangeMatcher #59

Closed Kalo0m closed 1 year ago

Kalo0m commented 1 year ago

set an almost null value because there is a bug when calling opencv.matchesGraphAsString with 0 as confidence_threshold

lukasalexanderweber commented 1 year ago

Thanks!