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
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
wzw
635342ab73
ocl_calcHist1: Use proper local size for merge_histogram kernel
...
merge_histogram kernel only need "BINS" theads to accumulate the
histgrams, it is not efficient to directly use maxGroupSize as
local size if maxGroupSize is far greater then BINS.
8 years ago
Arkadiusz Raj
0ef5c8c541
Fixing Aravis support compilation issue
8 years ago
Maksim Shabunin
f670a99270
Merge pull request #9089 from alalek:cmake_fix_sdl_linker_flags
8 years ago
Alexander Alekhin
eed5cfba7d
cmake: fix linker flags
8 years ago
Alexander Alekhin
7b8e6307f8
Merge pull request #9080 from alalek:version_3.3.0-rc
...
version 3.3.0-rc
8 years ago
Alexander Alekhin
823353d3ac
Merge pull request #9067 from D-Alex:master
...
Fix error message fisheye CALIB_CHECK_COND
8 years ago
Alexander Alekhin
639e7367a7
Merge pull request #9081 from catree:fix_tutorial_pca_intro
...
Fix wrong mat access in introduction_to_pca.cpp
8 years ago
Alexander Alekhin
2863c9fe19
Merge pull request #9077 from alalek:cmake_enable_cxx11
8 years ago
Alexander Alekhin
37c8f217a7
Merge pull request #9076 from mshabunin:fix-doc-from-mail
8 years ago
Tony Lian
c8783f3e23
Merge pull request #9075 from TonyLianLong:master
...
Remove unnecessary Non-ASCII characters from source code (#9075 )
* Remove unnecessary Non-ASCII characters from source code
Remove unnecessary Non-ASCII characters and replace them with ASCII
characters
* Remove dashes in the @param statement
Remove dashes and place single space in the @param statement to keep
coding style
* misc: more fixes for non-ASCII symbols
* misc: fix non-ASCII symbol in CMake file
8 years ago
Alexander Alekhin
9aaf6a66a3
Merge pull request #9073 from berak:dnn_fix_tutorial_links
8 years ago
Alexander Alekhin
ced9d2357c
Merge pull request #9070 from catree:imshow_64bits_doc
8 years ago
Alexander Alekhin
9611aa81b2
Merge pull request #9069 from catree:ffmpeg_warnings_errors
8 years ago
Alexander Alekhin
b10bd4b65d
Merge pull request #9068 from dkurt:mkl_with_openmp
8 years ago
Alexander Alekhin
8aa3011f2d
Merge pull request #9064 from sadika9:patch-1
8 years ago
Alexander Alekhin
7bb9237d99
Merge pull request #9060 from alalek:canny_inplace_bug
8 years ago
Alexander Alekhin
11a726ceb3
Merge pull request #9057 from alalek:static_build_workaround
8 years ago