- 28 Jun, 2019 1 commit
-
-
Stefan Brüns authored
In case OPENCV_INCLUDE_INSTALL_PATH is absolute (i.e. starts with a "/"), the path ends up with a double "/". While this is mostly equivalent to a single slash, it may have a nasty side effect when: - OpenCV_INSTALL_PATH is empty - OPENCV_INCLUDE_INSTALL_PATH is "/usr/include" - the calling build script uses "-isystem" to specify the path to the headers of dependencies (to avoid warnings) Specifying "-isystem /usr/include" breaks the path ordering, and GCC can no longer find its "stdlib.h", thus CMake filters such statements. Unfortunately it fails to do so when using "//usr/include".
-
- 27 Jun, 2019 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Nuzhny007 authored
-
Dmitry Kurtaev authored
-
- 26 Jun, 2019 13 commits
-
-
Rostislav Vasilikhin authored
-
Alexander Alekhin authored
* dnn: fix BNLLLayer implementation details: https://github.com/BVLC/caffe/blame/1.0/src/caffe/layers/bnll_layer.cpp#L17 * dnn: enable OCV/OpenCL BNLL layer
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Apoorv Goel authored
Keep a local copy of `features` from `flann::GenericIndex ` constructor (#14898) * Fix warnings on Windows * Fix #4376
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
James Bowley authored
Old flag resulted in software implementation being selected when the Intel decoder is not the primary adapter.
-
Alexander Alekhin authored
-
- 25 Jun, 2019 8 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- ReadProtoFromTextFile - ReadProtoFromTextBuffer
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dal Rupnik authored
-
- 24 Jun, 2019 3 commits
-
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Feng Chen authored
* tensorflow support mirror pad * revert macro define * revert macro define * reduce code duplication * revert macro define
-
- 23 Jun, 2019 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 22 Jun, 2019 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
requires CMake 3.14+
-
Alexander Alekhin authored
-
Lubov Batanina authored
* Support Eltwise3d * Refactoring * Fix test
-
Dmitry Kurtaev authored
-
- 21 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-