- 13 Apr, 2018 1 commit
-
-
Tomoaki Teshima authored
* remove NVidia and Nvidia * replace Cuda with CUDA * keep the letters for API
-
- 10 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 12 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 16 Jan, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 08 Dec, 2017 1 commit
-
-
Elena Gvozdeva authored
* add HAL for SobelFilter * add HAL for pyrDown * add HAL for Scharr
-
- 28 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
If there are no OpenCL/UMat methods calls from application. OpenCL subsystem is initialized: - haveOpenCL() is called from application - useOpenCL() is called from application - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled (independent from OpenCL linkage type)
-
- 23 Aug, 2017 1 commit
-
-
Pavel Vlasov authored
- Optimizations set change. Now IPP integrations will provide code for SSE42, AVX2 and AVX512 (SKX) CPUs only. For HW below SSE42 IPP code is disabled. - Performance regressions fixes for IPP code paths; - cv::boxFilter integration improvement; - cv::filter2D integration improvement;
-
- 08 Aug, 2017 1 commit
-
-
KUANG, Fangjun authored
-
- 25 May, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 20 Apr, 2017 1 commit
-
-
Pavel Vlasov authored
-
- 11 Apr, 2017 2 commits
-
-
Vitaly Tuzov authored
-
Vitaly Tuzov authored
-
- 08 Apr, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 06 Apr, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 21 Feb, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 21 Dec, 2016 1 commit
-
-
Vitaly Tuzov authored
* OpenVX HAL updated to use generic OpenVX wrappers * vxErr class from OpenVX HAL replaced with ivx::WrapperError * reduced usage of vxImage class from OpenVX HAL replaced with ivx::Image * vxImage class rewritten as ivx::Image subclass that calls swapHandle prior release * Fix OpenVX HAL build * Fix for review comments
-
- 14 Dec, 2016 1 commit
-
-
Rostislav Vasilikhin authored
-
- 09 Dec, 2016 1 commit
-
-
apavlenko authored
-
- 29 Nov, 2016 1 commit
-
-
Vitaly Tuzov authored
-
- 17 Nov, 2016 1 commit
-
-
Li Peng authored
This ocl kernel is 46%~171% faster than current laplacian 3x3 ocl kernel in the perf test, with image format "CV_8UC1". Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 14 Nov, 2016 1 commit
-
-
Li Peng authored
It improves 108%~230% performance in the perf test with image format "CV_8UC1" and kernel size 3. Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 27 Oct, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 09 Oct, 2016 1 commit
-
-
matze authored
-
- 16 Sep, 2016 1 commit
-
-
Vitaly Tuzov authored
-
- 19 Aug, 2016 2 commits
-
-
Pavel Vlasov authored
-
Pavel Vlasov authored
-
- 03 Mar, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 14 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 19 Nov, 2015 1 commit
-
-
Pavel Vlasov authored
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 01 Oct, 2015 1 commit
-
-
Pavel Vlasov authored
OPENCV_IPP env var now allows to select IPP architecture level for IPP9+; IPP initialization logic was unified across modules;
-
- 29 Sep, 2015 1 commit
-
-
Pavel Vlasov authored
HAVE_IPP_ICV_ONLY will be undefined if OpenCV was linked against ICV packet from IPP9 or greater. ICV9+ packets will be aligned with IPP in OpenCV APIs This will ease code management between IPP and ICV
-
- 25 Sep, 2015 2 commits
-
-
Pavel Vlasov authored
IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE to manage changes between updates more easily. IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
-
Pavel Vlasov authored
Minor changes to IPP implementations;
-
- 18 Jun, 2015 1 commit
-
-
Dmitry Budnikov authored
Removed IPP port for tiny arithm.cpp functions Additional warnings fix on various platforms. Build without OPENCL and GCC warnings fixed Fixed warnings, trailing spaces and removed unused secure_cpy. IPP code refactored. IPP code path implemented as separate static functions to simplify future work with IPP code and make it more readable.
-
- 27 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 26 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 15 Oct, 2014 1 commit
-
-
Pavel Vlasov authored
IPP can be switched on and off on runtime; Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS; TS modifications for implementations control;
-
- 03 Sep, 2014 1 commit
-
-
Alexander Karsakov authored
-