opencv/samples/python
Gursimar Singh 3dcc8c38b4
Merge pull request #25268 from gursimarsingh:samples_cleanup_python
Removed obsolete python samples #25268

Clean Samples #25006 
This PR removes 36 obsolete python samples from the project, as part of an effort to keep the codebase clean and focused on current best practices. Some of these samples will be updated with latest algorithms or will be combined with other existing samples. 

Removed Samples:

> browse.py
camshift.py
coherence.py
color_histogram.py
contours.py
deconvolution.py
dft.py
dis_opt_flow.py
distrans.py
edge.py
feature_homography.py
find_obj.py
fitline.py
gabor_threads.py
hist.py
houghcircles.py
houghlines.py
inpaint.py
kalman.py
kmeans.py
laplace.py
lk_homography.py
lk_track.py
logpolar.py
mosse.py
mser.py
opt_flow.py
plane_ar.py
squares.py
stitching.py
text_skewness_correction.py
texture_flow.py
turing.py
video_threaded.py
video_v4l2.py
watershed.py

These changes aim to improve the repository's clarity and usability by removing examples that are no longer relevant or have been superseded by more up-to-date techniques.
2024-07-31 16:11:00 +03:00
..
snippets Merge pull request #25268 from gursimarsingh:samples_cleanup_python 2024-07-31 16:11:00 +03:00
tutorial_code Update orbbec(uvc) tutorial 2024-07-31 15:19:23 +08:00
_coverage.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
_doc.py Define execfile, file, long, raw_input, xrange for Python 3 2018-05-03 09:19:05 +02:00
_run_winpack_demo.cmd samples: update Python launcher (winpack) 2018-11-15 23:36:26 +00:00
.gitignore rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
aruco_detect_board_charuco.py Update aruco_detect_board_charuco.py 2023-05-05 13:23:09 -04:00
asift.py samples: fix python samples compatibility with demo.py 2019-03-20 18:32:34 +03:00
audio_spectrogram.py Merge pull request #20934 from SinM9:spectrogram_samples 2021-12-14 17:33:26 +00:00
calibrate.py Reworked calibrate.py 2023-06-23 22:19:08 +03:00
camera_calibration_show_extrinsics.py Update python samples 2022-01-24 11:13:56 +03:00
CMakeLists.txt rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
common.py Drop Python2 support. 2023-07-14 15:06:53 +03:00
demo.py Drop Python2 support. 2023-07-14 15:06:53 +03:00
drawing.py Merge pull request #14107 from adityak2920:aditya 2020-02-20 15:41:55 +03:00
essential_mat_reconstr.py Merge pull request #20471 from ibvfteh:pointcloudio 2022-05-13 18:10:39 +00:00
floodfill.py samples: fix python samples compatibility with demo.py 2019-03-20 18:32:34 +03:00
grabcut.py Minor update in grabcut.py 2020-02-20 16:19:24 +03:00
lappyr.py Drop Python2 support. 2023-07-14 15:06:53 +03:00
morphology.py Drop Python2 support. 2023-07-14 15:06:53 +03:00
mouse_and_match.py Merge pull request #23108 from crackwitz:issue-23107 2023-01-09 09:55:31 +00:00
multiview_calibration.py Ground truth check and Charuco support in multiview_calibration.py 2024-02-28 10:31:56 +03:00
odometry.py odometry python sample got rid of scale parameter 2022-06-23 23:51:16 +02:00
opencv_version.py samples: fix python samples compatibility with demo.py 2019-03-20 18:32:34 +03:00
plane_tracker.py Drop Python2 support. 2023-07-14 15:06:53 +03:00
point_cloud.py Merge pull request #24961 from savuor:rv/ply_mesh 2024-02-12 15:34:54 +03:00
qrcode.py Drop Python2 support. 2023-07-14 15:06:53 +03:00
stereo_match.py fix pylint warnings 2019-10-16 18:49:33 +03:00
stitching_detailed.py Merge branch 4.x 2023-01-18 22:03:42 +00:00
tracker.py Merge pull request #25503 from WanliZhong:remove_goturn 2024-05-06 11:57:30 +03:00
tst_scene_render.py Merge pull request #24116 from chaebkimm/update-samples-python-tst_scene_render 2023-08-09 13:46:25 +03:00
video.py Removed deprecated 'clock' import. 2019-12-30 13:00:29 +00:00
volume.py Merge pull request #22925 from savuor:pytsdf_from_scratch 2022-12-12 09:40:12 +03:00