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
_coverage.py
_doc.py
_run_winpack_demo.cmd
.gitignore
asift.py
audio_spectrogram.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 fix pylint warnings 2019-10-16 18:49:33 +03:00
letter_recog.py
lk_homography.py
lk_track.py
logpolar.py
morphology.py
mosse.py
mouse_and_match.py
mser.py
opencv_version.py samples: fix python samples compatibility with demo.py 2019-03-20 18:32:34 +03:00
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 Removed deprecated 'clock' import. 2019-12-30 13:00:29 +00:00
watershed.py