- 07 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
- requires OpenCV source directory - requires OpenCV binary directory with built modules and 'python_bindings_generator' target
-
- 09 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 23 Jan, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 17 Dec, 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
-
-
Maxim Kostin authored
- Substituted HAVE_WINRT with WINRT - Fixed compilation issues in ocl.cpp and parallel.cpp - Fixed compiler issue for WP8: "C2678: binary '+' : no operator found which takes a left-hand - Fixed gitignore - Added #ifdef HAVE_OPENCL to remove compiler warnings in ocl.cpp - Used NO_GETENV similar to '3rdparty\libjpeg\jmemmgr.c; - Added ole32.lib for core module (for WindowsStore 8.0 builds) - Made OpenCV_ARCH aware of ARM Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
- 08 Sep, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 04 Aug, 2014 1 commit
-
-
Vladislav Vinogradov authored
filterout all CUDA related headers from python module include headers
-
- 27 Jul, 2014 6 commits
-
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
gen2.py reports headers it processes cmake file restructured
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
- 14 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 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
-
- 14 Jun, 2013 1 commit
-
-
Gabe Schwartz authored
In these cases, just using print() is enough to ensure py2/3 compatibility.
-
- 20 Apr, 2013 1 commit
-
-
Pablo Speciale authored
-
- 12 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 01 Apr, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 22 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 20 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 13 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 01 Feb, 2013 2 commits
-
-
marina.kolpakova authored
-
marina.kolpakova authored
-
- 22 Jan, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 04 Jul, 2012 1 commit
-
-
Vadim Pisarevsky authored
-