opencv/modules/python/test
Sergei Shutov 8bd17163c7
Merge pull request #22939 from stopmosk:21826-python-bindings-for-videocapturewaitany
Add Python bindings for VideoCapture::waitAny #21826

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2022-12-14 22:15:02 +03:00
..
CMakeLists.txt
test_algorithm_rw.py
test_async.py
test_camshift.py
test_copytomask.py python: replace numpy.full() to support numpy<1.13 2020-10-05 15:15:49 +00:00
test_cuda.py Add bindings and test 2022-09-30 12:31:24 +03:00
test_dft.py
test_features2d.py
test_filestorage_io.py port base64 encoding from 3.4 2021-07-08 10:42:44 +03:00
test_fitline.py
test_fs_cache_dir.py Merge pull request #19668 from asmorkalov:as/filesystem_py 2021-03-04 16:17:57 +00:00
test_gaussian_mix.py
test_grabcut.py
test_houghcircles.py Merge pull request #20584 from AleksandrPanov:fix_HoughCircles_ALT_dimensions 2021-08-24 19:29:40 +00:00
test_houghlines.py Merge pull request #19423 from LaurentBerger:houg_acc 2021-02-01 21:22:10 +00:00
test_kmeans.py
test_legacy.py feat: update conversion logic for std::vector<T> in Python bindings 2021-09-01 13:00:21 +03:00
test_mat.py python: cv.Mat wrapper over numpy.ndarray 2021-09-21 04:14:15 +00:00
test_misc.py Merge pull request #22939 from stopmosk:21826-python-bindings-for-videocapturewaitany 2022-12-14 22:15:02 +03:00
test_morphology.py
test_mser.py
test_norm.py
test_persistence.py
test_squares.py
test_texture_flow.py
test_umat.py
test_watershed.py
test.py fix python test runner wildcard handling 2021-01-26 19:05:40 +01:00
tests_common.py fix 4.x links 2021-12-22 13:24:30 +00:00
tst_scene_render.py