opencv/samples
flp 4ed2d6328b Python samples adapted for Python3 compatibility
Common fixes:
- print function
- int / float division
- map, zip iterators in py3 but lists in py2

Known bugs with opencv 3.0.0
- digits.py, called via digits_video.py: https://github.com/Itseez/opencv/issues/4969
- gaussian_mix.py: https://github.com/Itseez/opencv/pull/4232
- video_v4l2.py: https://github.com/Itseez/opencv/pull/5474

Not working:
- letter_recog.py due to changed ml_StatModel.train() signature
2015-12-13 02:49:54 +01:00
..
android fix build with CMake 2015-10-08 13:48:46 +03:00
cpp Return uncompressed support vectors for getSupportVectors on linear SVM (Bug #4096) 2015-12-10 18:31:02 +03:00
data adding missing images from python tutorials, like chessboard.png, simple.jpg, home.jpg, fly.png, ... 2015-10-08 11:59:54 +02:00
directx fixed not initialized nv12_cpu_copy surface, remove odd code 2015-08-01 02:10:05 +03:00
gpu Merge 2.4 into master 2015-12-08 10:24:54 +03:00
java Change SURF to ORB in Java-Sbt sample to remove dependency on external non-free modules 2015-09-03 17:16:59 +03:00
opencl samples: fix OpenCL detection / build warning 2015-08-24 15:52:14 +03:00
opengl used proper method 2015-08-17 01:44:50 +03:00
python2 Python samples adapted for Python3 compatibility 2015-12-13 02:49:54 +01:00
tapi Update face detection samples 2015-10-20 19:09:21 +03:00
va_intel changed device detection procedure, added resizing surface to bigger size 2015-09-23 17:35:49 +03:00
winrt Updated sample to showcase highgui WinRT usage 2015-06-26 23:41:39 +03:00
winrt_universal Adding backslash in macro-based paths 2015-05-29 09:36:42 +03:00
wp8 Adding backslash in macro-based paths 2015-05-29 09:36:42 +03:00
CMakeLists.txt Merge pull request #5514 from asmorkalov:as/nonfree-independent-samples 2015-10-15 10:56:23 +00:00