1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #28277 from JosuaRieder:feature/fix_stitcher_doc

Remove stray STX in stitcher tutorial
This commit is contained in:
Alexander Smorkalov
2025-12-23 10:19:27 +03:00
committed by GitHub
+1 -1
View File
@@ -149,7 +149,7 @@ Pairwise images are matched using an homography --matcher homography and estimat
Confidence for feature matching step is 0.3 : --match_conf 0.3. You can decrease this value if you have some difficulties to match images
Threshold for two images are from the same panorama confidence is 0. : --conf_thresh 0.3 You can decrease this value if you have some difficulties to match images
Threshold for two images are from the same panorama confidence is 0. : --conf_thresh 0.3 You can decrease this value if you have some difficulties to match images
Bundle adjustment cost function is ray --ba ray