- 08 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 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;
-
- 10 Jul, 2017 1 commit
-
-
- 04 Jul, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 20 Apr, 2017 1 commit
-
-
Pavel Vlasov authored
-
- 27 Feb, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 04 Nov, 2016 1 commit
-
-
Li Peng authored
This kernel is for CV_8UC1 format and 3x3 kernel size, It is about 33% ~ 55% faster than current ocl kernel with below perf test python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_ErodeFixture* python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_DilateFixture* Also add accuracy test cases for this kernel, the test command is ./bin/opencv_test_imgproc --gtest_filter=OCL_Filter/MorphFilter3x3* Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 27 Oct, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 07 Apr, 2016 1 commit
-
-
Maksim Shabunin authored
- added HAL documentation support - added documentation to HAL replacement interface - updated several HAL functions in imgproc module
-
- 21 Mar, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 03 Mar, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 15 Jan, 2016 1 commit
-
-
Vitaly Tuzov authored
-
- 03 Nov, 2015 1 commit
-
-
Lorena García authored
-
- 23 Oct, 2015 2 commits
-
-
Lorena García authored
-
Lorena García authored
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 14 Oct, 2015 1 commit
-
-
Lorena García authored
-
- 12 Oct, 2015 1 commit
-
-
Pavel Vlasov authored
dotProd_16s - disabled for IPP 9.0.0; filter2D - fixed kernel preparation; morphology - conditions fix and disabled FilterMin and FilterMax for IPP 9.0.0; GaussianBlur - disabled for CV_8UC1 due to buffer overflow; integral - disabled for IPP 9.0.0; IppAutoBuffer class was added;
-
- 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 1 commit
-
-
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;
-
- 24 Jun, 2015 1 commit
-
-
Pavel Vlasov authored
Some code style corrections;
-
- 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.
-
- 15 Apr, 2015 2 commits
-
-
Nisarg Thakkar authored
-
Nisarg Thakkar authored
-
- 04 Mar, 2015 1 commit
-
-
Ilya Lavrenov 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;
-
- 21 Aug, 2014 1 commit
-
-
Elena Gvozdeva authored
-
- 15 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 12 Aug, 2014 1 commit
-
-
Elena Gvozdeva authored
-
- 11 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 03 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 30 Jul, 2014 2 commits
-
-
vbystricky authored
-
vbystricky authored
-
- 05 Jul, 2014 1 commit
-
- 27 Jun, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 26 Jun, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-