- 27 Nov, 2017 6 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Wei Hao authored
Fix a code indent bug: cv2.imshow("detected lines", cdst)
-
- 26 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 25 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 24 Nov, 2017 6 commits
-
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
- fix compilation on Apple (undefined 'oclpath') - don't warn on OPENCV_OPENCL_RUNTIME=disabled
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Entries with the same platform name, the same device name and with different driver versions are assumed obsolete.
-
Vadim Pisarevsky authored
-
Dmitry Kurtaev authored
-
- 23 Nov, 2017 20 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Muhammad Abdullah authored
Following were the errors in the digits_video.py 1 ) The code was not working because data type of x was float however in "cv2.rectangle" we require integer . 2 ) After pressing the "esc" button the image windows did not destroy So I amended following things: 1 ) ~converted data type of x to int.~ Used Python integer division (//) 2 ) used cv2.destroyAllWindows() to close all windows after the press of "esc" by user.
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Arthur Pastel authored
* Adding threading in calibrate.py * samples: update calibrate.py
-
Alexander Alekhin authored
-
Li Peng authored
It allows umat buffers used in net forward interface Signed-off-by:
Li Peng <peng.li@intel.com>
-
Wu, Zhiwen authored
remove unused macros and half definition macros, also remove unused ocl::Queue Signed-off-by:
Li Peng <peng.li@intel.com>
-
Alexander Alekhin authored
Prevents access data after the end of input buffer near 4K page boundaries
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Maksim Shabunin authored
-
elenagvo authored
-
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
-
- 22 Nov, 2017 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-