opencv/modules/python/test
Vincent Rabaud ad568edd7f Remove references to deprecated NumPy type aliases.
This change replaces references to a number of deprecated NumPy
type aliases (np.bool, np.int, np.float, np.complex, np.object,
np.str) with their recommended replacement (bool, int, float,
complex, object, str).

Those types were deprecated in 1.20 and are removed in 1.24,
cf https://github.com/numpy/numpy/pull/22607.
2022-12-23 13:53:49 +03:00
..
CMakeLists.txt python: discover tests from module/misc/python/test paths 2019-04-10 18:35:35 +00:00
test_algorithm_rw.py Fix spelling typos 2019-12-27 12:46:53 +00:00
test_async.py core: Async API / AsyncArray 2019-05-18 19:32:23 +00:00
test_camshift.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
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 python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_features2d.py Merge pull request #13415 from alalek:issue_13406 2018-12-12 13:26:31 +03:00
test_filestorage_io.py port base64 encoding from 3.4 2021-07-08 10:42:44 +03:00
test_fitline.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
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 python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_grabcut.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
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 python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
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 Remove references to deprecated NumPy type aliases. 2022-12-23 13:53:49 +03:00
test_morphology.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_mser.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_norm.py Merge pull request #15915 from VadimLevin:dev/norm_fix 2020-01-13 18:11:34 +03:00
test_persistence.py Fix spelling typos 2019-12-27 12:46:53 +00:00
test_squares.py Update findContours parameter type 2018-09-28 18:42:48 +03:00
test_texture_flow.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_umat.py Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-03-04 20:49:09 +00:00
test_watershed.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
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 Remove references to deprecated NumPy type aliases. 2022-12-23 13:53:49 +03:00