1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-26 05:43:05 +04:00
Files
opencv/samples/python
Lukas-Alexander Weber 6c53af8e41 Merge pull request #19931 from lukasalexanderweber:patch-1
Stitching Detailed Tutorial Improvements

* Add Vertical Wave Correction

The user has the possibility to pass "vert" as wave_correct parameter. However, in the code "cv.detail.WAVE_CORRECT_HORIZ" ist fixed. This change proposes changes so that the wave correction is done vertically if the user passes "vert" as wave_correct parameter. The variable "do_wave_correct" is replaced by None which is passed to the variable "wave_correct" if the user chooses "no" for wave correction.

* Correct fixed conf_thresh

According to the documentation, [cv.detail.leaveBiggestComponent](https://docs.opencv.org/4.5.1/d7/d74/group__stitching__rotation.html#ga855d2fccbcfc3b3477b34d415be5e786) takes features, the pairwise_matches and the conf_threshold as input.
In the tutorial, however, conf_threshold is fixed at 0.3 even though the user can pass conf_thresh as parameter which is 1 by default. Fixing this parameter at 0.3 causes the script to include images into the panorama which are not part of it.
2021-04-26 14:47:50 +00:00
..
2015-12-18 11:00:32 +03:00
2019-10-16 18:49:33 +03:00
2019-10-16 18:49:33 +03:00
2019-08-19 22:52:00 +05:30
2019-10-16 18:49:33 +03:00
2019-12-27 12:46:53 +00:00
2020-03-31 22:18:21 +00:00
2020-01-13 12:26:28 +01:00
2019-11-01 18:59:35 +03:00
2019-10-16 18:49:33 +03:00
2019-10-16 18:49:33 +03:00
2019-10-16 18:49:33 +03:00
2020-02-20 16:19:24 +03:00
2021-02-21 23:02:16 +03:00
2019-10-16 18:49:33 +03:00
2019-10-16 18:49:33 +03:00
2019-10-16 18:49:33 +03:00
2019-12-30 13:00:29 +00:00
2019-10-16 18:49:33 +03:00
2019-10-16 18:49:33 +03:00
2018-02-08 05:52:08 -05:00
2019-09-20 18:03:26 +03:00
2019-10-16 18:49:33 +03:00
2019-11-01 18:59:35 +03:00
2019-10-16 18:49:33 +03:00
2019-10-16 18:49:33 +03:00
2019-10-16 18:49:33 +03:00
2019-12-30 13:00:29 +00:00