- 02 Nov, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 31 Oct, 2016 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
abratchik authored
-
abratchik authored
-
- 30 Oct, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 29 Oct, 2016 6 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Sean Li authored
-
k-shinotsuka authored
-
- 28 Oct, 2016 9 commits
-
-
Vadim Pisarevsky authored
-
Quentin authored
-
Tomoaki Teshima authored
* add 8 elements version of reduce operation * add tests for new universal intrinsic
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
checks whether the window exists and is visible. On QT closing a window merley hides it, so the common hack for checking whether a window exists exists = cv2.getWindowProperty(.., 0) >= 0 does not work.
-
Vladislav Sovrasov authored
-
panxiaochun authored
-
panxiaochun authored
-
panxiaochun authored
-
- 27 Oct, 2016 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Allow to use custom implementations of CV_XADD (passed via -D of CXXFLAGS)
-
Alexander Alekhin authored
-
Pavel Vlasov authored
-
- 26 Oct, 2016 4 commits
-
-
Erich Keane authored
Intel supports __atomic_fetch_add, so it isn't necessary to use a specific version otherwise.
-
Alexander Alekhin authored
-
StevenPuttemans authored
-
Li Peng authored
The optimization is for CV_8UC1 format and 3x3 box filter, it is 15%~87% faster than current ocl kernel with below perf test ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_BlurFixture* Also add test cases for this ocl kernel. Signed-off-by: Li Peng <peng.li@intel.com>
-
- 25 Oct, 2016 7 commits
-
-
Erich Keane authored
A bug in ICC improperly identified the first parameter as "void*" rather than the proper "volatile long*". This is scheduled to be fixed in ICC in a future release. This patch casts only to a "long*" to preserve backwards compatibility with the ICC 16 and ICC 17 releases.
-
fegorsch authored
In YAML 1.0 the colon is mandatory. See http://yaml.org/spec/1.0/#id2558635. This also allows prior releases to read YAML files created with the current version.
-
Alexander Alekhin authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-