Name
Last commit
Last update
..
test.py python(test): don't write bytecode
test_algorithm_rw.py persistence: replace arbitrary limit of cn to 4 by CV_CN_MAX (#10636)
test_calibration.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_camshift.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_cuda.py Extensive wrapping of CUDA functionalities for Python
test_dft.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_digits.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_dnn.py Merge pull request #12565 from dkurt:dnn_non_intel_gpu
test_facedetect.py Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
test_feature_homography.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_fitline.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_gaussian_mix.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_goodfeatures.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_grabcut.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_houghcircles.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_houghlines.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_kmeans.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_legacy.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_letter_recog.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_lk_homography.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_lk_track.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_misc.py bindings: add debug helpers for args conversions
test_morphology.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_mser.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_peopledetect.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_persistence.py core: FileStorage - add support for writing vector<String> with bindings (#11883)
test_shape.py Update findContours parameter type
test_squares.py Update findContours parameter type
test_stitching.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_texture_flow.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
test_umat.py Improves a UMat unit test
test_videoio.py videoio: add routines to query information about backends API
test_watershed.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
tests_common.py 3.4: fixes
tst_scene_render.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'