- 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)
-
- 25 Jan, 2018 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Li Peng authored
Signed-off-by:
Li Peng <peng.li@intel.com>
-
Li Peng authored
Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 24 Jan, 2018 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Jozef Mlich authored
* hogsvm compatibility with python3
-
Alexander Alekhin authored
-
LaurentBerger authored
-
- 23 Jan, 2018 6 commits
-
-
Elena Gvozdeva authored
* add HAL for FAST * add new interface
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
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
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
- 22 Jan, 2018 4 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
-
Alexander Alekhin authored
- don't use RNG for "task size" parameters (N, K, dims) - add "good" kmeans test data (without singularities: K > unique points)
-
Vitaly Tuzov authored
* Bit-exact implementation of GaussianBlur smoothing * Added universal intrinsics based implementation for bit-exact CV_8U GaussianBlur smoothing. * Added parallel_for to evaluation of bit-exact GaussianBlur * Added custom implementations for 3x3 and 5x5 bit-exact GaussianBlur
-
- 21 Jan, 2018 3 commits
-
-
Alexander Alekhin authored
-
Glue Crow authored
-
Gregory Morse authored
* Fix for QT image window rectangle * Update window_QT.h * Update window_QT.cpp * trailing whitespace * highgui: fix QT getWindowImageRect()
-
- 19 Jan, 2018 8 commits
-
-
Fangjun Kuang authored
-
Vadim Pisarevsky authored
-
Namgoo Lee authored
* cuda::cvtColor bug fix Fixed bug in conversion formula between RGB space and LUV space. Testing with opencv_test_cudaimgproc.exe, this commit reduces the number of failed tests from 191 to 95. (96 more tests pass) * Rename variables
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Li Peng authored
cut one ocl kernel if normVariance is disabled, also use native_powr for performance reason. Signed-off-by:
Li Peng <peng.li@intel.com>
-
Alexander Alekhin authored
-
- 18 Jan, 2018 6 commits
-
-
catree authored
-
Fangjun Kuang authored
-
Alexander Alekhin authored
-
Fangjun Kuang authored
-
Li Peng authored
Signed-off-by:
Li Peng <peng.li@intel.com>
-
Vadim Pisarevsky authored
-