- 01 Feb, 2018 10 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Aditya Rohan authored
* Introduces error throw for line drawn with THICKNESS=0
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Li Peng authored
it fuse ocl kernels to reduce kernel enqueue Signed-off-by: Li Peng <peng.li@intel.com>
-
Li Peng authored
Signed-off-by: Li Peng <peng.li@intel.com>
-
Li Peng authored
Signed-off-by: Li Peng <peng.li@intel.com>
-
- 31 Jan, 2018 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- specify PKG_CONFIG_LIBDIR environment variable to new target SYSROOT
-
Arjan van de Ven authored
* Add a 512 bit codepath to the AVX512 fastConv function this patch adds a 512 wide codepath to the fastConv() function for AVX512 use. The basic idea is to process the first N * 16 elements of the vector with avx512, and then run the rest of the vector using the traditional AVX2 codepath. * dnn: use unaligned AVX512 load (OpenCV aligns data on 32-byte boundary) * dnn: change "vecsize" condition for AVX512 * dnn: fix indentation
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
-
Sayed Adel authored
-
- 30 Jan, 2018 4 commits
-
-
Alexander Alekhin authored
- CMAKE_FIND_ROOT_PATH_MODE_PROGRAM: ONLY => NEVER - update handling of CMAKE_FIND_ROOT_PATH_MODE_* variables
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 29 Jan, 2018 5 commits
-
-
Li Peng authored
Signed-off-by: Li Peng <peng.li@intel.com>
-
Alexander Alekhin authored
Fix cv::CommandLineParser::check() documentation
-
Alexander Alekhin authored
-
Ali Sentas authored
-
Alexander Alekhin authored
-
- 28 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 27 Jan, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- moved to table title - can be restored via '--show_units' option - fix microseconds: mks -> us
-
Woody Chow authored
* Use Intel TBB's task arena if possible
-
- 26 Jan, 2018 8 commits
-
-
Pavel Rojtberg authored
calib3d: add stereoCalibrateExtended (#10667) * cvCalibrateCamera2Internal: simplify per view error computation * calib3d: add stereoCalibrateExtended - allow CALIB_USE_EXTRINSIC_GUESS - returns per view errors * calib3d: add stereoCalibrateExtended test
-
Alexander Alekhin authored
-
Alexander Alekhin authored
* cmake: enable CPU dispatching for AVX512 (SKX) * cmake: update handling of unsupported flags/modes
-
Alexander Alekhin authored
-
LaurentBerger authored
-
Alexander Alekhin authored
-
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)
-
Alexander Alekhin authored
-