- 29 Nov, 2017 1 commit
-
-
Sayed Adel authored
- Use EXPECT_TRUE instead of EXPECT_EQ for comparing NULL in xlc - Added support for int64 to vec_promote in xlc, clang - Fixed v_rotate_right in xlc
-
- 28 Nov, 2017 11 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
Universal Intrinsics: aligned v_pack behavior on different platforms, fixed 64-bit register on ARM, added more saturate_cast variants
-
LaurentBerger authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 27 Nov, 2017 14 commits
-
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
-
Pavel Rojtberg authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
rewrote the added note in perhaps a cleaner way
-
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 5 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
-