- 23 Nov, 2017 2 commits
-
-
Alexander Alekhin authored
Tests are usually lauched from source directory, so additional unnecessary files should be eliminated. Alternative ways (command line): - python -B ... - PYTHONDONTWRITEBYTECODE=1 python ...
-
Alexander Alekhin authored
Usage example (bash): $ OPENCV_PYTEST_FILTER=test_digits python test.py -v
-
- 03 Sep, 2017 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 22 Apr, 2017 1 commit
-
-
Peter Würtz authored
-
- 22 Jan, 2017 1 commit
-
-
Peter Würtz authored
-
- 11 Apr, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 17 Mar, 2016 1 commit
-
-
Vitaly Tuzov authored
Test launch script updated to run new tests as well.
-
- 03 Mar, 2016 8 commits
-
-
Vitaly Tuzov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 26 Feb, 2016 1 commit
-
-
https://github.com/Itseez/opencv/pull/6025Vitaly Tuzov authored
At the moment tests requre samples/data copied to source location from master branch.
-
- 09 Feb, 2016 1 commit
-
-
Nikolay Polyarniy authored
- cv2.UMat implemented - python thin wrapper for UMat - no implicit copy from GPU to Host done, resulting UMat can be passed to next function without overhead - cv2.UMat.get() - to fetch data to Host - new tests covers: ORB, BFMatcher, goodFeaturesToTrack, calcOpticalFlowPyrLK
-
- 26 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 03 Dec, 2014 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 07 Nov, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Oct, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 07 Aug, 2014 1 commit
-
-
Michael Pratt authored
Add Python 3 support to the Python test.py script. The print function is used in place of the print statement. The urlopen function has been moved to urllib.request in Python 3, so attempt to import it from either location. TestCase.assert_() has been deprecated in place of TestCase.assertTrue(). The tests all pass in both Python 2 and 3.
-
- 01 Jul, 2014 1 commit
-
-
Mike Maraya authored
-
- 30 Jun, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 28 Jun, 2013 1 commit
-
-
Kirill Kornyakov authored
-
- 12 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 11 Apr, 2013 1 commit
-
-
Roman Donchenko authored
Also, removed the one from modules/python/src2/cv.py and cleared its executable bit, since it's not a script.
-
- 25 Mar, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 24 Mar, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 31 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 23 Nov, 2012 1 commit
-
-
marina.kolpakova authored
-
- 24 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 10 Aug, 2012 1 commit
-
-
Evgeny Talanin authored
Use github pat to get data for in python tests (files from code.opencv.org are received truncated sometimes)
-
- 03 Aug, 2012 1 commit
-
-
Evgeny Talanin authored
-