- 28 Mar, 2018 1 commit
-
-
Tomoaki Teshima authored
-
- 27 Mar, 2018 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 26 Mar, 2018 6 commits
-
-
corley authored
Fixed a couple of memory leaks in videoInput::getDevice() when multiple devices are present in the system
-
kinchungwong authored
Minor improvement to SSE code in HOGDescriptor::computeGradient, replace emulation of _mm_mullo_epi32 with constant multiplicand 3 with two _mm_add_epi32. OpenCV issue #11161
-
Alexander Alekhin authored
- CV_RGB() macro is moved into opencv2/imgproc.hpp from imgproc_c.h - samples/cpp/filestorage_base64.cpp is dropped
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Namgoo Lee authored
-
- 25 Mar, 2018 1 commit
-
-
Andrei Costinescu authored
My build fails with the error: "C:/PROGRA~1/MINGW-~1/X86_64~1.0-P/mingw64/lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/cmath:1136:11: error: '::hypot' has not been declared". I have tried to fix it by adding "#include <cmath>" before the line "#include <Python.h>" but then the build has failed with the error: "C:/PROGRA~1/MINGW-~1/X86_64~1.0-P/mingw64/lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/math.h:91:12:: error: 'std::_hypot' has not been declared". Adding "#include <math.h>" allowed me to build opencv.
-
- 24 Mar, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 23 Mar, 2018 5 commits
-
-
Anthony Wertz authored
Sets a higher limit on videoio's AVI container's maximum chunk size, and adds an explanation of the assertion. Closes #11126
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
Fix batch norm in training phase.
-
- 22 Mar, 2018 8 commits
-
-
Naoto Mizuno authored
-
Tomoaki Teshima authored
* disable carotenete when calling resize on ARM/Aarch64 * loosen eps on Aarch64
-
Tomoaki Teshima authored
-
Tomoaki Teshima authored
* Stop calling nppSetStream
-
Naoto Mizuno authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
-
- 21 Mar, 2018 2 commits
-
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
- 20 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 19 Mar, 2018 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
during opencv_world builds
-
Namgoo Lee authored
-
- 18 Mar, 2018 3 commits
-
-
Aleksandr Tischenko authored
* fixed bug #11100 Integer overflow in kmeans * fixed integer overflow in other divUp-s in kmeans code fixed warning about size_t to double conversion
-
Alexander Alekhin authored
-
-