- 11 Feb, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 09 Feb, 2019 1 commit
-
-
klemens authored
-
- 08 Feb, 2019 10 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexey Smirnov authored
* Add Sobel kernel which returns both dx and dy * Splice dx and dy and extend add_border function Also change some tests parameters * Add borderValue parameter in test * Introduces fluid kernel for sobelxy Adds tests (basic and performance) on new backend * Introduces BufHelper struct for some arithmetic
-
Alexander Alekhin authored
-
Alexey Smirnov authored
* Add GOut overloading for tuple of parameter pack * Move getGOut_impl into namespace and add const to input references
-
Alexander Alekhin authored
-
AnastasiaaSenina authored
-
- 07 Feb, 2019 7 commits
-
-
Rostislav Vasilikhin authored
-
Alexander Alekhin authored
-
Rostislav Vasilikhin authored
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
Alexey Smirnov authored
GAPI: Add normalize kernel in G-API (#13721) * Add normalize kernel in G-API In addition add several tests on new kernel * Fix indentations and normalize test structure * Move normalize kernel from imgproc to core Set default parameter ddepth to -1 * Fix alignment
-
Alexander Nesterov authored
-
- 06 Feb, 2019 4 commits
-
-
Namgoo Lee authored
Due to size limit of shared memory, histogram is built on the global memory for CV_16UC1 case. The amount of memory needed for building histogram is: 65536 * 4byte = 256KB and shared memory limit is 48KB typically. Added test cases for CV_16UC1 and various clip limits. Added perf tests for CV_16UC1 on both CPU and CUDA code. There was also a bug in CV_8UC1 case when redistributing "residual" clipped pixels. Adding the test case where clip limit is 5.0 exposes this bug.
-
Rostislav Vasilikhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
- 05 Feb, 2019 5 commits
-
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
instead of get_local_size(0) and dynamic local memory allocation
-
Alexander Alekhin authored
-
- 04 Feb, 2019 1 commit
-
-
winice authored
* Optical Flow rework to use wide universal intrinsics * remove if (useSIMD) check as review requested
-
- 02 Feb, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 01 Feb, 2019 8 commits
-
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Rostislav Vasilikhin authored
YUV42x color conversions rewritten to wide intrinsics (#13708) * a*b+c -> fma * YUV420sp2RGB initially vectorized * shorter var names * loops by 4 * yuv420p2rgb vectorized * yuv422toRGB vectorized * reg arrays * rgb2yuv420 vectorized * warnings fixed * try to fix align error
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 31 Jan, 2019 2 commits
-
-
Hannah McLaughlin authored
SVM sigmoid kernel fix (issue #13621) (#13718) * Added test for sigmoid case for retrieving support vectors * undo unhelpful test * add test for sigmoid SVM with data that is easily separable into two concentric circles * Update sigmoid kernel to use tanh(gamma * <x, y> + coef0) instead of -tanh(gamma * <x, y> + coef0) * remove unnecessary constraint on coef0 * cleanup * fixing inappropriate use of doubles * Add f to float literal * replace CV_Assert with ASSERT_EQ where appropriate
-
Dmitry Kurtaev authored
-