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
..
tutorial_code Merge pull request #17801 from LupusSanctus:am/pytorch_tf_segm 2021-04-01 20:42:08 +00:00
_coverage.py
_doc.py
_run_winpack_demo.cmd
.gitignore
asift.py
browse.py
calibrate.py
camera_calibration_show_extrinsics.py
camshift.py
CMakeLists.txt
coherence.py
color_histogram.py
common.py
contours.py
deconvolution.py
demo.py build: updates for winpack dldt 2020-03-31 22:18:21 +00:00
dft.py
digits_adjust.py
digits_video.py
digits.py
dis_opt_flow.py
distrans.py
drawing.py Merge pull request #14107 from adityak2920:aditya 2020-02-20 15:41:55 +03:00
edge.py
essential_mat_reconstr.py Merge pull request #17683 from ivashmak:homography 2020-08-14 22:42:26 +00:00
facedetect.py
feature_homography.py
find_obj.py features2d(sift): move SIFT tests / headers / build fixes 2020-04-23 08:45:22 +00:00
fitline.py
floodfill.py
gabor_threads.py
gaussian_mix.py
grabcut.py Minor update in grabcut.py 2020-02-20 16:19:24 +03:00
hist.py Change Keymap wording for gray image in curve mode 2021-01-26 16:30:50 -06:00
houghcircles.py Update python samples 2021-02-21 23:02:16 +03:00
houghlines.py
inpaint.py
kalman.py
kmeans.py
laplace.py Merge pull request #14107 from adityak2920:aditya 2020-02-20 15:41:55 +03:00
lappyr.py
letter_recog.py
lk_homography.py
lk_track.py
logpolar.py
morphology.py
mosse.py
mouse_and_match.py
mser.py
opencv_version.py
opt_flow.py
peopledetect.py
plane_ar.py
plane_tracker.py
qrcode.py Merge pull request #16795 from jshiwam:qrsample 2020-04-17 12:16:39 +00:00
squares.py
stereo_match.py
stitching_detailed.py Merge pull request #19931 from lukasalexanderweber:patch-1 2021-04-26 14:47:50 +00:00
stitching.py
text_skewness_correction.py
texture_flow.py
tracker.py Merge pull request #18838 from alalek:video_tracking_api 2020-11-18 11:04:15 +00:00
tst_scene_render.py
turing.py
video_threaded.py
video_v4l2.py
video.py
watershed.py