- 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
-
- 14 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 10 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 07 Aug, 2014 2 commits
-
-
Michael Pratt authored
Build the Python 3 cv2 module in lib/python3/, to avoid potential naming conflicts with the Python 2 bindings. The Python 2 bindings are placed directly in lib/, where they are required for the Buildbot to successfully execute the Python tests.
-
Michael Pratt authored
Requested by @vpisarev in #3047.
-
- 06 Aug, 2014 1 commit
-
-
Michael Pratt authored
Place the built Python module library in a dedicated folder inside of lib/. This ensures that even if the Python 2 and Python 3 module names conflict, they will not overwrite one another.
-
- 30 Jun, 2014 1 commit
-
-
Michael Pratt authored
If both Python 2 and Python 3 are found, then build bindings for both of them during the build process. Currently, one version of Python is detected automatically, and building for the other requires changes the CMake config. The largest chunk of this change generalizes OpenCVDetectPython.cmake to find both a Python 2 and Python 3 version of Python. Secondly, the opencv_python module is split into two modules, opencv_python2 and opencv_python3. Both are built from the same source. but for different versions of Python.
-
- 24 Jun, 2014 1 commit
-
-
Vadim Pisarevsky authored
removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps. some of the stuff will be moved to opencv_contrib module. in order to make this PR pass buildbot, please, comment off opencv_legacy, opencv_contrib and opencv_softcascade test runs.
-
- 14 May, 2014 1 commit
-
-
Alexander Mordvintsev authored
-
- 12 May, 2014 1 commit
-
-
Alexander Mordvintsev authored
- all parsed headers are included into "cv2.cpp" with "pyopencv_generated_include.h" - types starting with "Ptr_" converted to "Ptr<...>" form (avoids many typedefs in "cv2.cpp")
-
- 24 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
(cherry picked from commit b75cbfde) Conflicts: cmake/OpenCVModule.cmake
-
- 21 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 09 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 23 Aug, 2013 1 commit
-
-
Roman Donchenko authored
Most importantly, added support for multiple include directores, but also did some general cleanup.
-
- 29 Jul, 2013 1 commit
-
-
berak authored
-