mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08:00
6c53af8e41
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. |
||
---|---|---|
.. | ||
android | ||
cpp | ||
data | ||
directx | ||
dnn | ||
gpu | ||
hal | ||
install | ||
java | ||
opencl | ||
opengl | ||
openvx | ||
python | ||
swift/ios | ||
sycl | ||
tapi | ||
va_intel | ||
winrt | ||
winrt_universal | ||
wp8 | ||
_winpack_build_sample.cmd | ||
_winpack_run_python_sample.cmd | ||
CMakeLists.example.in | ||
CMakeLists.txt | ||
samples_utils.cmake |