0
0
mirror of https://github.com/opencv/opencv.git synced 2026-01-18 17:21:42 +01:00

Remove stray STX in stitcher tutorial

This commit is contained in:
Josua Rieder
2025-12-22 21:33:34 +01:00
parent ad9387340a
commit 56d76f95ed

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