- 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.
-
- 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
-
- 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.
-
- 27 Sep, 2014 1 commit
-
-
abidrahmank authored
-
- 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.
-
- 19 Aug, 2014 5 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
-
Alexander Mordvintsev authored
-
- 03 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 30 Jul, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 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.
-
- 21 May, 2014 1 commit
-
-
Gabe Schwartz authored
The keys() and values() functions on dictionaries in Python 3 no longer return lists. pyopencv_to() for flann::IndexParams now iterates over the dictionary in a way that is version-agnostic.
-
- 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")
-
- 28 Mar, 2014 1 commit
-
-
unknown authored
Python typdef fixed. Reverted the example to MOG2. Not time to make the command line switch for now.
-
- 14 Feb, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 03 Feb, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 26 Dec, 2013 1 commit
-
-
Andrey Pavlenko authored
-
- 30 Nov, 2013 1 commit
-
-
Vadim Pisarevsky authored
fixed many bugs related to Mat::getUMat(), asynchronous kernel execution etc. Also, played a bit with ocl::cvtColor vs cv::cvtColor performance
-
- 24 Oct, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
removed refcount field from Mat; that helped to find and eliminate some memory leaks. perf tests should probably pass now
-
- 22 Oct, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 30 Sep, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Alexander Mordvintsev authored
-
- 26 Sep, 2013 1 commit
-
-
Fedor Morozov authored
-
- 09 Sep, 2013 1 commit
-
-
Alexander Mordvintsev authored
-
- 06 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudacodec/src/thread.cpp modules/cudacodec/src/thread.hpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp
-
- 05 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 03 Sep, 2013 1 commit
-
-
Alexander Shishkov authored
-
- 21 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 13 Aug, 2013 1 commit
-
-
abidrahmank authored
-
- 06 Aug, 2013 1 commit
-
-
Alexander Shishkov authored
-
- 02 Aug, 2013 1 commit
-
-
Alexander Shishkov authored
-
- 26 Jul, 2013 1 commit
-
-
Alexander Mordvintsev authored
-
- 16 Jul, 2013 1 commit
-
-
Roman Donchenko authored
-