- 03 Feb, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jan, 2014 1 commit
-
-
Alexander Smorkalov 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
-
- 08 Nov, 2013 1 commit
-
-
Michael Pratt authored
In Python 3, version 3.3+, PyUnicode_AsUTF8() provides similar functionality to Python 2's PyString_AsString(). In older versions of Python 3, there is no public function to provide the same functionality. However, the "internal" _PyUnicode_AsString() does provide that functionality, so use it to replace PyString_AsString(). With this patch, cv2 should compile for Python 3.[0-2].
-
- 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
-
- 09 Oct, 2013 1 commit
-
-
Alexander Alekhin 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
-
- 23 Aug, 2013 1 commit
-
-
Roman Donchenko authored
Most importantly, added support for multiple include directores, but also did some general cleanup.
-
- 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
-
- 29 Jul, 2013 1 commit
-
-
berak authored
-
- 26 Jul, 2013 1 commit
-
-
Alexander Mordvintsev authored
-
- 16 Jul, 2013 1 commit
-
-
Roman Donchenko authored
-
- 11 Jul, 2013 1 commit
-
-
abidrahmank authored
-
- 28 Jun, 2013 1 commit
-
-
Kirill Kornyakov authored
-
- 14 Jun, 2013 3 commits
-
-
Gabe Schwartz authored
Python 3 requires METH_VARARGS | METH_KEYWORDS, not just METH_KEYWORDS.
-
Gabe Schwartz authored
In these cases, just using print() is enough to ensure py2/3 compatibility.
-
Gabe Schwartz authored
Added a header with defines to enable the module to compile with either python 2 or 3 without changes.
-
- 13 Jun, 2013 1 commit
-
-
Gabe Schwartz authored
-
- 13 May, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 04 May, 2013 1 commit
-
-
Egbert van der Wal authored
-
- 20 Apr, 2013 1 commit
-
-
Pablo Speciale authored
-
- 12 Apr, 2013 4 commits
-
-
Andrey Kamaev authored
This protects from unwanted implicit conversions between types at compile time.
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
Also move cv::linemod to own header
-
- 11 Apr, 2013 2 commits
-
-
Roman Donchenko authored
Also, removed the one from modules/python/src2/cv.py and cleared its executable bit, since it's not a script.
-
Andrey Kamaev authored
-