- 11 Jun, 2019 1 commit
-
-
Maksim Shabunin authored
-
- 07 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 15 Mar, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 17 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 24 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
- don't require "OPENCV_PYTHON{2,3}_INSTALL_PATH" if OPENCV_SKIP_PYTHON_LOADER=ON - avoid unnecessary relative paths in generated config-X.Y.py
-
- 16 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
Configures and loads OpenCV bindings extension including 3rdparty dependencies Based on running Python specify: - configure PYTHON_PATH (via "sys.path") - configure LD_LIBRARY_PATH / PATH
-
- 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`
-
- 07 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
- requires OpenCV source directory - requires OpenCV binary directory with built modules and 'python_bindings_generator' target
-
- 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
-
- 09 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 09 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 07 Dec, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 15 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 06 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 22 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
numpy 1.13.0+
-
- 19 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 10 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
Also fixes issue with empty PYTHON_PACKAGES_PATH (cross-compilation mode)
-
- 07 Oct, 2016 1 commit
-
-
Alexander Alekhin 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
-
- 13 Jul, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 07 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 26 Feb, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 17 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 14 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 09 Jun, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 24 Mar, 2015 1 commit
-
-
Tim D. Smith authored
Explicitly linking to a Python framework on OS X prevents modules from being built against one Python (i.e. system python) and imported from another (i.e. Homebrew python); the interpreter segfaults if there's a linkage to a foreign Python. Building the module with `-undefined dynamic_lookup` instead of an explicit link allows the symbols to be resolved at load time from a compatible python.
-
- 02 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 18 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 10 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 22 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
- added java wrapper - disabled python wrapper
-
- 01 Sep, 2014 1 commit
-
-
Alexander Mordvintsev authored
don't discard pure virtual methods in hdr_parser.py (was broken anyway)
-
- 21 Aug, 2014 2 commits
-
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
fixed find_obj.py
-
- 19 Aug, 2014 4 commits
-
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
maintain set of visited namespaces in CppHeaderParser WARNING: REMOVED const name conversion (SomeConstName -> SOME_CONST_NAME), discussion needed
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
- 15 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-