- 30 Oct, 2015 1 commit
-
-
berak authored
-
- 29 Oct, 2015 1 commit
-
-
Wangyida authored
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 12 Aug, 2015 1 commit
-
-
boatx authored
-
- 17 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 11 Jun, 2015 1 commit
-
-
Jaime Fernandez authored
Add logic to avoid nonsense strides when dimension size is 1 and NumPy is built with NPY_RELAXED_STRIDES from tripping OpenCV.
-
- 09 Jun, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 05 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 06 May, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 25 Apr, 2015 1 commit
-
-
Mansour Moufid authored
Conflicts: modules/gpu/perf/perf_imgproc.cpp Cast a long integer to double explicitly. Conflicts: modules/python/src2/cv2.cpp Cast some matrix sizes to type int. Change some vector mask types to unsigned. Conflicts: modules/core/src/arithm.cpp
-
- 06 Apr, 2015 1 commit
-
-
Ying Xiong authored
-
- 26 Mar, 2015 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin 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.
-
- 10 Mar, 2015 1 commit
-
-
Adam Greig authored
Previously the Python3 cv2 package ends up with no submodules (bgsegm, face, etc) in it, which makes a lot of functionality unusable. By not writing over our root reference we ensure the new submodules are added to the correct cv2 module.
-
- 02 Mar, 2015 2 commits
-
-
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>
-
Maksim Shabunin authored
-
- 18 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 10 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 02 Jan, 2015 1 commit
-
-
Mike Izbicki authored
I had to make this modification locally to get opencv to build with python 2.6. Python 2.6 requires indices in the format string (the `0` I added). This requirement was relaxed in 2.7, so what used to be there would be working for people who could upgrade. I don't think the change has any negative consequences for future python versions, but I'm no expert.
-
- 03 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 10 Nov, 2014 1 commit
-
-
Shiquan Wang authored
-
- 07 Nov, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Oct, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 27 Sep, 2014 1 commit
-
-
abidrahmank authored
-
- 22 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
- added java wrapper - disabled python wrapper
-
- 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
-