mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 12:10:49 +08:00
e9ccadebed
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. |
||
---|---|---|
.. | ||
calchist.py | ||
camera_calibration.py | ||
findstereocorrespondence.py | ||
goodfeatures.py | ||
leak1.py | ||
leak2.py | ||
leak3.py | ||
leak4.py | ||
precornerdetect.py | ||
test.py | ||
ticket_6.py | ||
tickets.py | ||
transformations.py |