- 14 Jul, 2017 16 commits
-
-
Alexander Alekhin authored
core: get rid of OPENCV_NOSTL definition
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Fix typo in harris corner detection tutorial.
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
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
-
Alexander Alekhin authored
AVX optimized implementation of haar migrated to separate file
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 13 Jul, 2017 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vladislav Sovrasov authored
-
- 12 Jul, 2017 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
NaN values handling issue
-
- 11 Jul, 2017 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 10 Jul, 2017 3 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
dkurt authored
-
- 09 Jul, 2017 1 commit
-
-
Guilherme William Guedes authored
Fix typo: 'right direction' to 'y direction' in harris corner detector tutorial.
-
- 08 Jul, 2017 1 commit
-
-
Pascal Thomet authored
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
-
- 07 Jul, 2017 4 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
- use universal intrinsic for base - dispatch for float/double version using AVX - AVX2 optimization not done yet
-
Maksim Shabunin authored
-
- 06 Jul, 2017 2 commits
-
-
Vadim Pisarevsky authored
-
Patrik Huber authored
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).
-