- 28 Nov, 2017 7 commits
-
-
Alexander Alekhin authored
- 3rdparty/libjasper/jas_getopt.c:129:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] - clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 27 Nov, 2017 13 commits
-
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
-
Pavel Rojtberg authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin 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 7 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
-
Alexander Alekhin authored
-
- 23 Nov, 2017 11 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
-