opencv/samples/python
Jeremy Ephron 54693cf7b1
Update stitching_detailed.py
###  Critical bugs fixed:
- `seam_finder.find()` returns None and overwrites `masks_warped`
- `indices` is only 1-dimensional

### Nice-to-have bugs fixed:
- avoid invalid value in sqrt and subsequent runtime warning
- avoid printing help string on each run (use argparse builtin behavior)

### New features:
- added graphcut seam finder support

### Test Summary:
Tested on Ubuntu 20.04 with python 3.8.10 and opencv-python-contrib 4.5.5.62
2022-03-02 11:01:53 -08:00
..
tutorial_code Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-12-11 15:18:57 +00:00
_coverage.py
_doc.py
_run_winpack_demo.cmd
.gitignore
asift.py
audio_spectrogram.py Merge pull request #20934 from SinM9:spectrogram_samples 2021-12-14 17:33:26 +00:00
browse.py
calibrate.py
camera_calibration_show_extrinsics.py Update python samples 2022-01-24 11:13:56 +03:00
camshift.py
CMakeLists.txt
coherence.py
color_histogram.py
common.py Update python samples 2022-01-24 11:13:56 +03:00
contours.py
deconvolution.py
demo.py
dft.py
digits_adjust.py
digits_video.py Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-01-31 12:53:45 +00:00
digits.py Update python samples 2022-01-24 11:13:56 +03:00
dis_opt_flow.py
distrans.py
drawing.py
edge.py
essential_mat_reconstr.py
facedetect.py Update python samples 2022-01-24 11:13:56 +03:00
feature_homography.py
find_obj.py prevent index error in find_obj sample 2021-12-23 11:29:27 +03:00
fitline.py
floodfill.py
gabor_threads.py
gaussian_mix.py
grabcut.py
hist.py
houghcircles.py
houghlines.py
inpaint.py
kalman.py Merge pull request #20564 from AleksandrPanov:update_kalman_sample 2021-08-20 10:57:05 +00:00
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 Update python samples 2022-01-24 11:13:56 +03:00
squares.py
stereo_match.py
stitching_detailed.py Update stitching_detailed.py 2022-03-02 11:01:53 -08:00
stitching.py
text_skewness_correction.py Update python samples 2022-01-24 11:13:56 +03:00
texture_flow.py
tracker.py samples(python): update tracker.py 2021-12-29 01:30:13 +00:00
tst_scene_render.py
turing.py
video_threaded.py
video_v4l2.py
video.py
watershed.py