- 26 Feb, 2019 1 commit
-
-
Maksim Shabunin authored
* Enabled -Wnarrowing warning * Fixed type narrowing issues * Cast python constants * Use long long for python constants * Use int for python constants with fallback to long * Update cv2.cpp
-
- 12 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 07 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 25 Aug, 2018 1 commit
-
-
berak 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 *.
-
- 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
-
- 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 1 commit
-
-
Alexander Alekhin authored
-
- 09 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 23 Oct, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 14 Oct, 2017 1 commit
-
-
Igor Wodiany authored
These two typdefs are not compiled when BUILD_opencv_dnn is set to false, however there are other modules that uses these typedef so it may cause build errors. Moving typedef to the python module ensures they are always defined.
-
- 05 Sep, 2017 1 commit
-
-
Lewis B authored
* Refactor Python Classes
-
- 31 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 30 May, 2017 1 commit
-
-
Werner Palfinger authored
-
- 27 Apr, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 22 Apr, 2017 1 commit
-
-
Peter Würtz authored
-
- 01 Apr, 2017 1 commit
-
-
Hamdi Sahloul authored
-
- 31 Mar, 2017 1 commit
-
-
Hamdi Sahloul authored
-
- 02 Mar, 2017 1 commit
-
-
Hans Gaiser authored
-
- 21 Feb, 2017 2 commits
-
-
Pavel Rojtberg authored
-
Hamdi Sahloul authored
-
- 22 Jan, 2017 1 commit
-
-
Peter Würtz authored
-
- 15 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
(2.4) Backports from master branch (#7854)
-
- 16 Oct, 2016 1 commit
-
-
abratchik authored
-
- 16 Aug, 2016 1 commit
-
-
Vitaliy Lyudvichenko authored
Adding of destructor and placement new constructors for classes wrapped with CV_EXPORTS_W_SIMPLE macro
-
- 21 Jun, 2016 2 commits
-
-
Matthew Skolaut authored
-
Matthew Skolaut authored
-
- 20 Jun, 2016 1 commit
-
-
Matthew Skolaut authored
-
- 17 May, 2016 1 commit
-
-
Maksim Shabunin authored
-