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. |
||
|---|---|---|
| .. | ||
| tutorial_code | ||
| _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 | ||
| dft.py | ||
| digits_adjust.py | ||
| digits_video.py | ||
| digits.py | ||
| dis_opt_flow.py | ||
| distrans.py | ||
| drawing.py | ||
| edge.py | ||
| essential_mat_reconstr.py | ||
| facedetect.py | ||
| feature_homography.py | ||
| find_obj.py | ||
| fitline.py | ||
| floodfill.py | ||
| gabor_threads.py | ||
| gaussian_mix.py | ||
| grabcut.py | ||
| hist.py | ||
| houghcircles.py | ||
| houghlines.py | ||
| inpaint.py | ||
| kalman.py | ||
| kmeans.py | ||
| laplace.py | ||
| 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 | ||
| squares.py | ||
| stereo_match.py | ||
| stitching_detailed.py | ||
| stitching.py | ||
| text_skewness_correction.py | ||
| texture_flow.py | ||
| tracker.py | ||
| tst_scene_render.py | ||
| turing.py | ||
| video_threaded.py | ||
| video_v4l2.py | ||
| video.py | ||
| watershed.py | ||