- 15 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 29 Oct, 2018 1 commit
-
-
Diego Barrios Romero authored
-
- 25 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
- https://python.readthedocs.io/en/stable/whatsnew/3.4.html - The `sysconfig` key `SO` is deprecated, it has been replaced by `EXT_SUFFIX`
-
- 10 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 26 Sep, 2018 1 commit
-
-
Dmitry Kurtaev authored
* Remove isIntel check from deep learning layers * Remove fp16->fp32 fallbacks where it's not necessary * Fix Kernel::run to prevent localsize > globalsize
-
- 18 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 17 Sep, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 12 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 08 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 07 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 25 Aug, 2018 1 commit
-
-
berak authored
-
- 27 Jul, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 19 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
into cv::videoio_registry namespace
-
- 04 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 03 Jul, 2018 1 commit
-
-
ilovezfs authored
The result of PyUnicode_AsUTF8() is now of type const char * rather of char *.
-
- 07 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
- requires OpenCV source directory - requires OpenCV binary directory with built modules and 'python_bindings_generator' target
-
- 04 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
Tested with: - pylint 1.9.1
-
- 30 May, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 26 Apr, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 19 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 03 Apr, 2018 3 commits
-
-
Dan Mašek authored
* Add Python support for error message handlers. * Move the static variable to the only function that uses it. * Remove the optional param (user data), since this can already be handled by closures. * Correct the help string. * python: added redirectError test
-
Dan Mašek authored
-
Dan Mašek authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 27 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
- Recommended compiler checks: - GCC: CV_GCC - Clang: CV_CLANG - fixed problem with CMAKE_CXX_COMPILER_ID=Clang/AppleClang mess on MacOSX Details: cmake --help-policy CMP0025 - do not declare Clang as GCC compiler
-
- 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.
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 09 Feb, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 27 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
fix missing "opencv2/core/opencl" headers from core module (updated install list)
-
- 23 Jan, 2018 1 commit
-
-
Pavel Rojtberg authored
* persistence: replace arbitrary limit of cn to 4 by CV_CN_MAX * python: added persistence test, remove temp files * fixup! python: added persistence test, remove temp files * fixup! python: added persistence test, remove temp files
-
- 05 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 01 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 15 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 13 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
- 11 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 09 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 07 Dec, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 27 Nov, 2017 1 commit
-
-
Pavel Rojtberg authored
-