- 30 Mar, 2018 1 commit
-
-
ltqusst authored
Fix overflow bugs in conversion from NV12 VA-surface/D3D11texture2D to OpenCL UMat
-
- 22 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 18 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
To allow runtime disabling of AVX512-SKX via 'OPENCV_CPU_DISABLE' parameter
-
- 16 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 15 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 13 Feb, 2018 2 commits
-
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
-
- 12 Feb, 2018 5 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
luz.paz authored
Found via `codespell`
-
Alexander Alekhin authored
* cmake: add ocv_get_smart_file_name() macro * cmake: avoid adding files for unavailable dispatch modes
-
Maksim Shabunin authored
-
- 09 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
OpenCLAllocator::copy() may call upload()/download() methods
-
- 06 Feb, 2018 4 commits
-
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
remove 'dont_wait' (can be replaced with has_wake_signal)
-
Maksim Shabunin authored
* Extracted base64 persistence functionality * Extracted YML persistence functionality * Extracted JSON persistence functionality * Extracted XML persistence functionality * Extracted public C and C++ interfaces implementation in persistence * Persistence: cleanup and fixes * fixup! Persistence: cleanup and fixes
-
- 05 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 31 Jan, 2018 2 commits
-
-
Namgoo Lee authored
-
Sayed Adel authored
-
- 29 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 27 Jan, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Woody Chow authored
* Use Intel TBB's task arena if possible
-
- 26 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
OpenCV pthreads-based implementation changes: - rework worker threads pool, allow to execute job by the main thread too - rework synchronization scheme (wait for job completion, threads 'pong' answer is not required) - allow "active wait" (spin) by worker threads and by the main thread - use _mm_pause() during active wait (support for Hyper-Threading technology) - use sched_yield() to avoid preemption of still working other workers - don't use getTickCount() - optional builtin thread pool profiler (disabled by compilation flag)
-
- 24 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 23 Jan, 2018 1 commit
-
-
Pavel Rojtberg authored
* persistence: replace arbitrary limit of cn to 4 by CV_CN_MAX * python: added persistence test, remove temp files * fixup! python: added persistence test, remove temp files * fixup! python: added persistence test, remove temp files
-
- 22 Jan, 2018 2 commits
-
-
Alexander Alekhin authored
- reduce scope of i,k,j variables - use cv::AutoBuffer - template<bool onlyDistance> class KMeansDistanceComputer - eliminate manual unrolling: CV_ENABLE_UNROLLED
-
Alexander Alekhin authored
-
- 16 Jan, 2018 2 commits
-
-
Alexander Alekhin authored
UMatData locks are not mapped on real locks (they are mapped to some "pre-initialized" pool). Concurrent execution of these statements may lead to deadlock: - a.copyTo(b) from thread 1 - c.copyTo(d) from thread 2 where: - 'a' and 'd' are mapped to single lock "A". - 'b' and 'c' are mapped to single lock "B". Workaround is to process locks with strict order.
-
Maksim Shabunin authored
-
- 12 Jan, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 09 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 29 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 27 Dec, 2017 1 commit
-
-
Arthur Williams authored
-
- 26 Dec, 2017 2 commits
-
-
Jun Zhao authored
fix the "initializing global variables with values that are not compile-time constants" issue in Intel SDK for OpenCL. The root cause is when initializing global variables with value, the variable need is compile-time constants. Thanks Zheng, Yang <yang.zheng@intel.com>, Chodor, Jaroslaw <jaroslaw.chodor@intel.com> give a help. Signed-off-by:
Liu,Kaixuan <kaixuan.liu@intel.com> Signed-off-by:
Jun Zhao <jun.zhao@intel.com>
-
Sayed Adel authored
- use universal intrinsic instead of raw intrinsic - add performance check for Mat::copyTo/setTo with mask
-
- 22 Dec, 2017 2 commits
-
-
Alexander Alekhin authored
-
elenagvo authored
-
- 19 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-