- 23 Apr, 2018 9 commits
-
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Pavel Vlasov authored
-
Maksim Shabunin authored
-
- 21 Apr, 2018 2 commits
-
-
Alexander Alekhin authored
-
berak authored
-
- 20 Apr, 2018 12 commits
-
-
Alexander Alekhin authored
-
Ryan Wong authored
* Issue 11242 intrinsics v_extract, v_rotate improvement, branch 3.4, without C++11 (remove type restrictions for SSE2, use PALIGNR on SSSE3, compile to no-op when imm is 0 or nlanes). * fix whitespace * Fix #11242 (NEON intrinsics v_rotate...) branch 3.4 Separate macro expansion OPENCV_HAL_IMPL_NEON_SHIFT_OP for bitwise shifts for integers, from macro expansion OPENCV_HAL_IMPL_NEON_ROTATE for lane rotations. Bitwise shifts do not apply to floats, but lane-rotations can apply to both. * fix whitespace * Fix #11242 compile error (VSX intrinsics v_rotate(a)) branch 3.4 no-c++11
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
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
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Error messages are available via exceptions
-
Dmitry Kurtaev authored
-
- 19 Apr, 2018 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
* model is not learned when grabcut is called with GC_EVAL * fixed test, was writing to wrong file. * modified patch by Iwan Paolucci; added GC_EVAL_FREEZE_MODEL in addition to GC_EVAL (which semantics is retained)
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
* restore resize of carotene * clean up the source code * remove unused member function (Near) * add strict test on the border
-
Dmitry Kurtaev authored
-
- 18 Apr, 2018 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
Reproducer: cmake -DCPU_BASELINE=AVX2 -DCV_DISABLE_OPTIMIZATION=ON ...
-
Alexander Alekhin authored
-
- 17 Apr, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-