opencv/modules
Michael Pratt e9ccadebed Support Python 2 and 3 in test script
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.
2014-08-07 00:51:48 -04:00
..
androidcamera
calib3d Merge remote-tracking branch 'upstream/master' into HomographyDecomp 2014-07-30 20:36:41 -04:00
core Merge pull request #3045 from vbystricky:ocl_MeanStdDevFix 2014-08-05 14:52:22 +00:00
cuda
cudaarithm
cudabgsegm fix cudabgsegm module compilation 2014-07-31 17:55:59 +04:00
cudacodec fix cudacodec module dependecies 2014-07-28 12:13:52 +04:00
cudafeatures2d
cudafilters
cudaimgproc
cudalegacy
cudaoptflow Removed OpticalFlowBM test from cudaoptflow module 2014-08-01 09:28:19 +02:00
cudastereo And remove final vestiges. 2014-07-17 09:43:21 -07:00
cudawarping
cudev Add depends from highgui to imgcodecs and videoio. And include header from imgcodecs and videoio to imgcodecs 2014-07-21 15:10:41 +04:00
features2d AKAZE fixes, tests and tutorial 2014-07-30 18:02:08 +04:00
flann Merge pull request #2669 from Adil-Ibragimov:flann_distance_fix 2014-07-07 13:35:09 +00:00
highgui Merge pull request #2179 from adishavit:feature-SupportClipboardCopyOnWindows 2014-07-28 11:52:27 +00:00
imgcodecs Merge pull request #2992 from snikulov:upmerge_jpeg_tweak 2014-07-30 12:48:41 +00:00
imgproc fixed ocl_integral 2014-08-05 12:01:28 +04:00
java Merge branch 'master' into python2and3 2014-08-06 01:45:07 -04:00
matlab Merge branch 'master' into python2and3 2014-07-31 01:13:16 -04:00
ml hopefully fixed test failure on Linux 2014-08-04 01:16:45 +04:00
nonfree Merge branch 'master' of https://github.com/Itseez/opencv 2014-07-23 14:21:45 +02:00
objdetect fixed doc builder warnings 2014-07-28 17:18:28 +04:00
optim Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
photo Merge pull request #2608 from Siddharthk:master 2014-08-01 09:13:32 +00:00
python Support Python 2 and 3 in test script 2014-08-07 00:51:48 -04:00
shape double to float cast warning fix 2014-07-27 18:25:42 +04:00
stitching Merge pull request #2987 from anishp:master 2014-07-28 21:15:39 +00:00
superres Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
ts trying to make the tests pass 2014-07-31 14:24:21 +04:00
video Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
videoio Merge pull request #3009 from vpisarev:ios_experiments 2014-07-31 18:20:07 +00:00
videostab Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
viz
world Fix cmake to build OpenCV framework on OSX 2014-07-01 22:31:57 +03:00
CMakeLists.txt
refman.rst.in