- 12 Jun, 2018 1 commit
-
-
yuki takehara authored
* setTo_#10507 * setTo_Nan_10507 * setTo: update check / test for NaNs
-
- 07 Jun, 2018 1 commit
-
-
Sayed Adel authored
* core:ppc Fix java CoreTest/testMahalanobis * core:ppc Fix warning unused variable on clang
-
- 05 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
should hide unnecessary 'info' messages
-
- 01 Jun, 2018 2 commits
-
-
Paul Jurczak authored
If this seems too wordy, take into account a new user who tries to find out extent of FP16 support in OpenCV.
-
Alexander Alekhin authored
-
- 31 May, 2018 2 commits
-
-
Vadim Pisarevsky authored
fixes handling of empty matrices in some functions (#11634) * a part of PR #11416 by Yuki Takehara * moved the empty mat check in Mat::copyTo() * fixed some test failures
-
Alexander Alekhin authored
-
- 29 May, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 May, 2018 1 commit
-
-
Alexander Alekhin authored
- cvdef.h + cvRound (double only) - highgui_c.h
-
- 23 May, 2018 1 commit
-
-
Namgoo Lee authored
-
- 20 May, 2018 1 commit
-
-
Tomoaki Teshima authored
-
- 15 May, 2018 2 commits
-
-
Alexander Alekhin authored
resolves #11511
-
Alexander Alekhin authored
-
- 14 May, 2018 1 commit
-
-
Vadim Pisarevsky authored
* make sure that the matrix with more than INT_MAX elements is marked as non-continuous, and thus all the pixel-wise functions process it correctly (i.e. row-by-row, not as a single row, where integer overflow may occur when computing the total number of elements)
-
- 09 May, 2018 1 commit
-
-
Alexander Alekhin authored
'0' is specific case (make no sence as a standalone operation), but it can be useful in template-based programming. reverts commit: a58c9d4d
-
- 07 May, 2018 1 commit
-
-
Tomoaki Teshima authored
* remove meaningless tests
-
- 05 May, 2018 1 commit
-
-
cDc authored
-
- 04 May, 2018 1 commit
-
-
Sayed Adel authored
* add v_float64x2 support to v_rotate_* * treat float vector in v_check_any, vec_any_lt as int vector * add test case for v_rotate_left
-
- 03 May, 2018 1 commit
-
-
cclauss authored
-
- 28 Apr, 2018 1 commit
-
-
yuki takehara authored
* Resolves 6125 * Fix test code * Delete unnecessary code
-
- 27 Apr, 2018 3 commits
-
-
Alexander Alekhin authored
to avoid accessing of 'p[-1]' (static code analysers dislike this)
-
Alexander Alekhin authored
for cv::Mat with type=16UC3 and width < 16
-
exoson authored
-
- 26 Apr, 2018 4 commits
-
-
Alexander Alekhin authored
std::exception_ptr requires enabled C++11 mode
-
Alexander Alekhin authored
-
Alexander Alekhin authored
for cv::Mat with width < 16
-
Alexander Alekhin authored
-
- 24 Apr, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 23 Apr, 2018 4 commits
-
-
Vadim Pisarevsky authored
improved performance of v_load_deinterleave(8uC3) & v_store_interleave(8uC3) intrinsics when using SSSE3 instructions.
-
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 4 commits
-
-
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
-
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
-