- 28 Sep, 2018 2 commits
-
-
Alexander Alekhin authored
* fix build warnings * python: forbid wrapping of functions with "void*" arguments
-
Hamdi Sahloul authored
-
- 21 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
* Cleanup macros and enable expansion of `__VA_ARGS__` for Visual Studio * Macros for enum-arguments backwards compatibility * Convert struct Param to enum struct * Enabled ParamType.type for enum types * Enabled `cv.read` and `cv.write` for enum types * Rename unnamed enum to AAKAZE.DescriptorType * Rename unnamed enum to AccessFlag * Rename unnamed enum to AgastFeatureDetector.DetectorType * Convert struct DrawMatchesFlags to enum struct * Rename unnamed enum to FastFeatureDetector.DetectorType * Rename unnamed enum to Formatter.FormatType * Rename unnamed enum to HOGDescriptor.HistogramNormType * Rename unnamed enum to DescriptorMatcher.MatcherType * Rename unnamed enum to KAZE.DiffusivityType * Rename unnamed enum to ORB.ScoreType * Rename unnamed enum to UMatData.MemoryFlag * Rename unnamed enum to _InputArray.KindFlag * Rename unnamed enum to _OutputArray.DepthMask * Convert normType enums to static const NormTypes * Avoid conflicts with ElemType * Rename unnamed enum to DescriptorStorageFormat
-
- 12 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 10 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 07 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 06 Sep, 2018 1 commit
-
-
Sayed Adel authored
-
- 31 Aug, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 25 Aug, 2018 1 commit
-
-
berak authored
-
- 24 Aug, 2018 2 commits
-
-
Hamdi Sahloul authored
to provide `file`, `func`, `line`, `code`, `msg`, and `err` attributes
-
Hamdi Sahloul 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
-