Alexander Alekhin
dc59476c34
Merge pull request #9078 from arrybn:resnet_squeezenet_tests
...
Added tests for ResNet-50 and SqueezeNet v1.1
8 years ago
Alexander Alekhin
4e39d0371d
Merge pull request #9074 from alalek:cpu_dispatch_core_hamming
...
cpu dispatch(core): hamming
8 years ago
Alexander Alekhin
11feae6631
Merge pull request #9041 from terfendail:filter_avx
...
AVX optimized implementation of separable filters migrated
8 years ago
Alexander Alekhin
eef78f5664
Merge pull request #9061 from terfendail:convert_avx
...
AVX and SSE4.1 optimized conversion migrated
8 years ago
Alexander Alekhin
9ef742bbf4
Merge pull request #9082 from terfendail:imgwarp_avx
...
AVX and SSE4.1 optimized implementation of resize and warp functions migrated
8 years ago
Alexander Alekhin
928bfe0b93
Merge pull request #9088 from sovrasov:no_nostl
...
core: get rid of OPENCV_NOSTL definition
8 years ago
Alexander Alekhin
86e8a105a5
Merge pull request #9090 from vpisarev:dnn_optim_scale_concat
8 years ago
Alexander Alekhin
a586ef725c
Merge pull request #9127 from willbrazil:master
...
Fix typo in harris corner detection tutorial.
8 years ago
Alexander Alekhin
fe7fd4c312
Merge pull request #9098 from savuor:fix/luv_div
8 years ago
Vadim Pisarevsky
0488d9bdb2
optimize out scaleLayer & concatLayer whenever possible
...
fixed problem in concat layer by disabling memory re-use in layers with multiple inputs
trying to fix the tests when Halide is used to run deep nets
another attempt to fix Halide tests
see if the Halide tests will pass with concat layer fusion turned off
trying to fix failures in halide tests; another try
one more experiment to make halide_concat & halide_enet tests pass
continue attempts to fix halide tests
moving on
uncomment parallel concat layer
seemingly fixed failures in Halide tests and re-enabled concat layer fusion; thanks to dkurt for the patch
8 years ago
Alexander Alekhin
431e2e6d68
Merge pull request #9042 from terfendail:haar_avx
...
AVX optimized implementation of haar migrated to separate file
8 years ago
Alexander Alekhin
9439872a62
Merge pull request #9021 from terfendail:corner_avx
8 years ago
Alexander Alekhin
f6dd549e58
Merge pull request #9027 from terfendail:undistort_avx
8 years ago
Alexander Alekhin
454bc7a674
Merge pull request #9063 from alalek:hamming_perf_test
8 years ago
Alexander Alekhin
8f4b534937
Merge pull request #9093 from wzw-intel:histogram
8 years ago
Alexander Alekhin
e251ed7773
Merge pull request #9122 from ivsgroup:fix_msvc_virtual_destructor
8 years ago
Alexander Alekhin
0e6ebafdb3
Merge pull request #9110 from patrikhuber:fix-msvc1911-cmake
8 years ago
Alexander Alekhin
7d17d20dce
Merge pull request #9153 from sovrasov:fix_tangent_dist_flag
8 years ago
Alexander Alekhin
1d2baf0bd3
Merge pull request #9094 from ArkadiuszRaj:fix-aravis-dependency
8 years ago
Alexander Alekhin
10e6491c22
Merge pull request #9024 from tomoaki0705:featureDispatchAccumulate
8 years ago
Alexander Alekhin
4238add35b
Merge pull request #9058 from alalek:dnn_minor_fixes
8 years ago
Alexander Alekhin
4784c7be5f
dnn: cleanup dispatched code, fix SIMD128 types
8 years ago
Alexander Alekhin
c3e6de293f
dnn: code cleanup, refactor detection output layer
8 years ago
Alexander Alekhin
544908d06c
dnn: some minor fixes in docs, indentation, unused code
8 years ago
Alexander Alekhin
520da7aaaf
Merge pull request #9111 from vpisarev:dnn_optim_avx1
8 years ago
Vladislav Sovrasov
fa17267e05
calib3d: fix not working CALIB_FIX_TANGENT_DIST flag
8 years ago
Alexander Alekhin
ed4de20fd1
Merge pull request #9107 from alalek:static_analyze_python
8 years ago
Alexander Alekhin
9b9e685dbc
Merge pull request #9142 from alalek:vzeroupper_guard_unused_warning
8 years ago
Alexander Alekhin
49bb0bf9c8
Merge pull request #9149 from alalek:ocl_fp16_test
8 years ago
Alexander Alekhin
d6c5e18e24
core(test): fix input data for OCL FP16 test
8 years ago
Alexander Alekhin
617e6b4cc9
Merge pull request #9145 from alalek:ipp_minmaxidx_nan
8 years ago
Alexander Alekhin
5ebfb52a4a
ipp(minmaxIdx): disable SSE4.2 optimizations for 32f datatype
...
NaN values handling issue
8 years ago
Alexander Alekhin
e7cc2eea1d
build: fix unused variable warning for vzeroupper guard
8 years ago
Alexander Alekhin
9365817bfd
Merge pull request #9131 from dkurt:fix_eltwise_layer
8 years ago
Alexander Alekhin
d656d39ba2
Merge pull request #9134 from mshabunin:fix-static-6
8 years ago
Maksim Shabunin
02db592014
Fixed several issues found by static analysis (Windows specific)
8 years ago
dkurt
3203635765
Eltwise layer fixes
8 years ago
Guilherme William Guedes
d098048aba
Fix typo: 'right direction' to 'y direction'.
...
Fix typo: 'right direction' to 'y direction' in harris corner detector tutorial.
8 years ago
Pascal Thomet
309c962169
core/bufferpool.hpp: let msvc accept a non virtual protected destructor
...
BufferPoolController has a non virtual protected destructor (which is legitimate)
However, Visual Studio sees this as a bug, if you enable more warnings, like below
```
add_compile_options(/W3) # level 3 warnings
add_compile_options(/we4265) # warning about missing virtual destructors
```
This is a proposition in order to silence this warning.
See https://github.com/ivsgroup/boost_warnings_minimal_demo for a demo of the same problem
with boost/exception.hpp
8 years ago
Maksim Shabunin
cddf868572
Merge pull request #9115 from alalek:ocl_async_cleanup_queue
8 years ago
Alexander Alekhin
da8dbf6cf5
ocl: async cl_buffer cleanup queue (for event callback)
8 years ago
Tomoaki Teshima
e7d5dbfec0
dispatch accumulate series
...
- use universal intrinsic for base
- dispatch for float/double version using AVX
- AVX2 optimization not done yet
8 years ago
Maksim Shabunin
34046ec682
Merge pull request #9105 from alalek:ocl_update_event_callback
8 years ago
Vadim Pisarevsky
ed9564106c
reuse AVX2-optimized kernels for AVX1 CPUs (like IvyBridge)
8 years ago
Patrik Huber
600b7a30e6
Added detection of MSVC1911
...
This is VS2017 Preview. It makes sure the version is detected properly and the INSTALL target then correctly installs to x64/vc15 (the same as MSVC1910).
8 years ago
Alexander Alekhin
b32d914aab
static analyze: python dynamic_cast checks
8 years ago
Alexander Alekhin
daee982106
ocl: rework events handling with clSetEventCallback
8 years ago
Vitaly Tuzov
526d1d6db1
AVX optimized implementation of undistort migrated to separate file
8 years ago
Rostislav Vasilikhin
aa621d6f3c
magic constants explained
8 years ago
Rostislav Vasilikhin
704c688225
OCL code fixed, fix for NEON added
8 years ago