opencv/modules/python/test
LaurentBerger 94e1126678
Merge pull request #19423 from LaurentBerger:houg_acc
Return accumulator value in HoughLines algorithm

* try to solve #17050

use cv_wrap_as

add python test

parameters

* review

* move wrapper to imgproc/bindings.hpp
2021-02-01 21:22:10 +00: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 Allow access to CUDA memory and stream pointers for interoperability. 2020-02-26 11:11:03 +01: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 Merge pull request #17436 from vpisarev:fix_python_io 2020-06-01 11:33:09 +00:00
test_fitline.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03: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 python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03: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 imgproc: fix minAreaRect() 2020-12-10 08:57:58 +00:00
test_misc.py Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-01-25 22:42:13 +00: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 3.4: fixes 2018-09-18 08:31:11 +00:00
tst_scene_render.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00