Alexander Alekhin
4f6c493b87
imgcodecs(png): resolve ASAN issue with vars scope and setjmp() call
7 years ago
Alexander Alekhin
73c2a12449
Merge pull request #10435 from DabatoIsCool:master
7 years ago
Alexander Alekhin
99a9c10b57
Merge pull request #10424 from dkurt:fix_concat_optim
7 years ago
Alexander Alekhin
9b131b5f7e
dnn(test): avoid calling of cv::setNumThreads() in tests directly
...
It is not necessary by default.
Also it breaks test system command-line parameters: --perf_threads / --test_threads
7 years ago
Alexander Alekhin
5232ea1ee6
ts(feature): add "--test_threads=<N>" command-line option
7 years ago
Arthur Williams
d8d4ea857a
Fixed #10433
7 years ago
Alexander Alekhin
f3880c60a6
Merge pull request #10428 from pengli:dnn
7 years ago
Glue Crow
6045608330
Parallelization of BackgroundSubtractorKNN
7 years ago
wxzs5
0a4b1b8d68
Use class' method to set attribute value
7 years ago
wxzs5
25c17b107e
Fix functions‘ class attribution error
7 years ago
Arjan van de Ven
2938860b3f
Provide a few AVX512 optimized functions for the DNN module
...
This patch adds AVX512 optimized fastConv as well as the hookups
needed to get these called in the convolution_layer.
AVX512 fastConv is code-identical on a C level to the AVX2 one,
but is measurably faster due to AVX512 having more registers available
to cache results in.
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
7 years ago
Alexander Alekhin
2e33844f0d
Merge pull request #10419 from shortcipher3:master
7 years ago
Alexander Alekhin
1e4395a8e1
Merge pull request #10418 from mypopydev:master
7 years ago
Dmitry Kurtaev
70c605a03d
Limit Concat layer optimization
7 years ago
Li Peng
84e2fa79a0
dnn(ocl4dnn): update pre-tuned kernel config
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Alexander Alekhin
a8844de7b5
Merge pull request #10404 from alalek:build_fix_msvs2010
7 years ago
Jun Zhao
0369431ebd
opencl/cvtclr_dx: fix not compile-time constants issue.
...
fix the "initializing global variables with values that are not
compile-time constants" issue in Intel SDK for OpenCL. The root cause
is when initializing global variables with value, the variable need is
compile-time constants.
Thanks Zheng, Yang <yang.zheng@intel.com>,
Chodor, Jaroslaw <jaroslaw.chodor@intel.com> give a help.
Signed-off-by: Liu,Kaixuan <kaixuan.liu@intel.com>
Signed-off-by: Jun Zhao <jun.zhao@intel.com>
7 years ago
Chris Hall
50e8f91064
JS examples - FFT didn't work for non-square images because rows/cols were switched, Histogram example misspelled point
7 years ago
Arjan van de Ven
fc8e848a54
Add basic plumbing for AVX512 support
...
The opencv infrastructure mostly has the basics for supporting avx512 math functions,
but it wasn't hooked up (likely due to lack of users)
In order to compile the DNN functions for AVX512, a few things need to be hooked up
and this patch does that
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
7 years ago
GlueCrow
26d288bd11
Optimize OpenCL BackgroundSubstractionMOG2
7 years ago
Alexander Alekhin
adf43e7d2a
build: fix MSVS2010 build error
7 years ago
Alexander Alekhin
047764f476
Merge tag '3.4.0'
7 years ago
Alexander Alekhin
6d4f66472e
OpenCV version++
...
3.4.0
7 years ago
Alexander Alekhin
eba176c299
Merge pull request #10398 from alalek:ml_simplify_simulated_annealing
7 years ago
Alexander Alekhin
00e43a9022
ml(ANN_MLP): ensure that train() call is always successful
7 years ago
Alexander Alekhin
9148a37624
Merge pull request #10401 from terfendail:resize_linear_revert
7 years ago
Alexander Alekhin
019b7c5a66
Merge pull request #10402 from dkurt:dnn_tf_quantized
7 years ago
Alexander Alekhin
59e825ee02
Merge pull request #10385 from pengli:dnn
7 years ago
Dmitry Kurtaev
bcc669f3f7
TensorFlow weights dequantization
7 years ago
Vitaly Tuzov
e5313246a7
Reverted calls to linear resize back to generic version for floating point matrices
7 years ago
Alexander Alekhin
97af608030
Merge pull request #10397 from mshabunin:fix-incorrect-assert
7 years ago
Li Peng
181b448c4d
add one more convolution kernel tuning candidate
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Alexander Alekhin
289a8da39e
ml: simplify interfaces of SimulatedAnnealingSolver
7 years ago
Vadim Pisarevsky
b85c77283b
Merge pull request #10396 from berak:fix_superres_sample
7 years ago
Vadim Pisarevsky
0742e12f0b
Merge pull request #10265 from dkurt:nms_for_region_layer
7 years ago
Vadim Pisarevsky
9b659736da
Merge pull request #10394 from alalek:cmake_fix_pch_pic_pie
7 years ago
Vadim Pisarevsky
69a6765bf7
Merge pull request #10387 from terfendail:resize23_perftest
7 years ago
Vadim Pisarevsky
3f68d6d8a7
Merge pull request #10392 from terfendail:bitexact_fallback
7 years ago
Alexander Alekhin
83b8cd0152
Merge pull request #10375 from tomoaki0705:buildWarningMSVC
7 years ago
Alexander Alekhin
4e542a65a3
Merge pull request #10390 from alalek:ocl_option_buffer_rect
7 years ago
Maksim Shabunin
aa46e31c6d
Replaced incorrect CV_Assert calls with CV_Error
7 years ago
berak
ddbd074678
samples: check for valid input in gpu/super_resolution.cpp
7 years ago
Vitaly Tuzov
5fdb42a7c9
Added fallback to generic linear resize in case bit-exact resize of provided matrix isn't supported
7 years ago
Alexander Alekhin
6c252d8cdc
cmake: fix -fPIC/-fPIE handling in precompiled headers (PCH)
7 years ago
Vadim Pisarevsky
636b7ec0c4
Merge pull request #10386 from terfendail:resizeexact_c3
7 years ago
Alexander Alekhin
534645a12f
ocl: workaround option to disable usage of buffer "Rect" operations
7 years ago
Alexander Alekhin
09c84a0164
Merge pull request #10389 from wxzs5:yangli
7 years ago
elenagvo
cd1c8693d8
HAL for minMaxIdx
7 years ago
Vadim Pisarevsky
325cbd7c84
Merge pull request #10364 from dkurt:dnn_smooth_tf_data_layout
7 years ago
wxzs5
b19cd93738
Remove redundant return variable
7 years ago