- 24 Apr, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 23 Apr, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
To dump contents of the last OpenCV error
-
Alexander Alekhin authored
v_select 'mask' is restricted to these values only: 0 or ~0 (0xff/0xffff/etc) mask in accuracy test is updated.
-
- 21 Apr, 2018 1 commit
-
-
berak authored
-
- 20 Apr, 2018 3 commits
-
-
Simon Que authored
* Fix CV_Asserts with negation of strings {!"string"} causes some compilers to throw a warning. The value of the string is not that important -- it's only for printing the assertion message. Replace these calls with: CV_Error(Error::StsError, "string") to suppress the warning. * remove unnecessary 'break' after CV_Error()
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Error messages are available via exceptions
-
- 19 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 18 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
Reproducer: cmake -DCPU_BASELINE=AVX2 -DCV_DISABLE_OPTIMIZATION=ON ...
-
- 13 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 09 Apr, 2018 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
replaced to safe binary compatible 'rep; nop' asm instruction
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 07 Apr, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 05 Apr, 2018 3 commits
-
-
lopespt authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- make non-copyable (aligns inner mutex semantic to std::mutex) - getMemoryPool() returns reference instead of pointer (NULL is not expected here)
-
- 04 Apr, 2018 3 commits
-
-
yuki takehara authored
* fix #9720 * Add regression test * Fix calculation method for scale
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
-
- 30 Mar, 2018 2 commits
-
-
Alexander Alekhin authored
-
ltqusst authored
Fix overflow bugs in conversion from NV12 VA-surface/D3D11texture2D to OpenCL UMat
-
- 28 Mar, 2018 2 commits
-
-
Alexander Alekhin authored
-
LaurentBerger authored
* Solves #11156 * Check file size for all file format. Disable APPEND if file is empty * Add test for APPEND mode
-
- 27 Mar, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
To raise errors with proper messages of the problems.
-
- 19 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
during opencv_world builds
-
- 18 Mar, 2018 1 commit
-
-
Aleksandr Tischenko authored
* fixed bug #11100 Integer overflow in kmeans * fixed integer overflow in other divUp-s in kmeans code fixed warning about size_t to double conversion
-
- 14 Mar, 2018 2 commits
-
-
Alexander Alekhin authored
-
miqlas authored
* Haiku supporting patches * Revert uneeded changes * Whitespace cleanup
-
- 12 Mar, 2018 1 commit
-
-
yuki takehara authored
* Fix #10948 * Add test code * Fixed build error * Add value zero * eigen: test cleanup
-
- 08 Mar, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 06 Mar, 2018 2 commits
-
-
native-api authored
-
Namgoo Lee authored
* SSE2 : use _mm_cvtpd_epi32 when converting from CV_64F to CV_32S * No need to define a new universal intrinsic
-
- 01 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 22 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
-