- 16 Sep, 2014 1 commit
-
-
Huu Nguyen authored
The implicit narrowing in the initializer list throws a compiler error for some compilers with C++11 support turned on. The specific error message is: "error: narrowing conversion of 'PyInt_AsLong(((PyObject*)o))' from 'long int' to 'double' inside { }". Tested on Clang 5.1.0 and Mac OS X 10.9.4.
-
- 01 Sep, 2014 1 commit
-
-
Alexander Mordvintsev authored
don't discard pure virtual methods in hdr_parser.py (was broken anyway)
-
- 21 Aug, 2014 3 commits
-
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
whitespace fix
-
Alexander Mordvintsev authored
fixed find_obj.py
-
- 19 Aug, 2014 8 commits
-
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
keep old const names for compatibility
-
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
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
submodule method tables generation
-
- 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 3 commits
-
-
Michael Pratt authored
Add Python 3 support to the Python test.py script. The print function is used in place of the print statement. The urlopen function has been moved to urllib.request in Python 3, so attempt to import it from either location. TestCase.assert_() has been deprecated in place of TestCase.assertTrue(). The tests all pass in both Python 2 and 3.
-
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 2 commits
-
-
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.
-
Michael Pratt authored
The previous commit fixing references to PYTHON_NUMPY_INCLUDE_PATH missed a few unset()s.
-
- 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
-
- 03 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 31 Jul, 2014 1 commit
-
-
Michael Pratt authored
PYTHON_NUMPY_INCLUDE_PATH was a typo, it should have been PYTHON_NUMPY_INCLUDE_DIRS.
-
- 30 Jul, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 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
-
- 01 Jul, 2014 1 commit
-
-
Mike Maraya authored
-
- 30 Jun, 2014 2 commits
-
-
Alexander Alekhin authored
-
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.
-