- 07 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 31 Aug, 2017 1 commit
-
-
Vitaly Tuzov 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;
-
- 04 Jul, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 03 Jul, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 27 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 15 Jun, 2017 1 commit
-
-
Tomoaki Teshima authored
- check if compiler is Intel compiler - remove not referenced variables
-
- 13 Jun, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 01 Jun, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 20 Apr, 2017 1 commit
-
-
Pavel Vlasov authored
-
- 06 Apr, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 01 Apr, 2017 1 commit
-
-
Tomoaki Teshima authored
- check boundary strictly - initialize the variable before using it
-
- 24 Mar, 2017 1 commit
-
-
Artem Lukoyanov authored
Remap and warpAffine functions do not support more than 4 channels in Bicubic and Lanczos4 interpolation modes. Assertions were added. resolve #8272
-
- 20 Mar, 2017 1 commit
-
-
vartenkov authored
Warping a matrix with more than 4 channels using BORDER_CONSTANT and INTER_NEAREST, INTER_CUBIC or INTER_LANCZOS4 interpolation led to undefined behaviour. This commit changes the behavior of these methods to be similar to that of INTER_LINEAR. Changed the scope of some of the variables to more local. Modified some tests to be able to detect the error described.
-
- 16 Mar, 2017 1 commit
-
-
Woody Chow authored
-
- 21 Feb, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 14 Feb, 2017 1 commit
-
-
Alexander Alekhin authored
- don't use undefined flag=0. It should be CONSTANT instead. - don't allow 'UMat* m=NULL' argument (except LOCAL/CONSTANT flags). This case is not handled well to provide NULL __global pointers. It is better to use '-D' macro defines instead (at least for performance)
-
- 13 Feb, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 14 Dec, 2016 2 commits
-
-
Vitaly Tuzov authored
-
Vitaly Tuzov authored
-
- 30 Nov, 2016 1 commit
-
-
Li Peng authored
Add new OpenCL kernels for bicubic interploation, it is 20% faster than current warp image kernel with bicubic interploation. Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 29 Nov, 2016 1 commit
-
-
Li Peng authored
Add new ocl kernels for warpAffine and warpPerspective, The average performance improvemnt is about 30%. The new ocl kernels require CV_8UC1 format and support nearest neighbor and bilinear interpolation. Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 08 Nov, 2016 1 commit
-
-
Pavel Vlasov authored
--perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address); Maximum depth limit var was added to the instrumentation structure; Trace names output console output fix: improper tree formatting could happen; Output in case of error was added; Custom regions improvements; Improved timing and weight calculation for parallel regions; New TC (threads counter) value to indicate how many different threads accessed particular node; parallel_for, warnings fixes and ReturnAddress code from Alexander Alekhin;
-
- 02 Nov, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 19 Aug, 2016 2 commits
-
-
Pavel Vlasov authored
-
Pavel Vlasov authored
-
- 20 Jul, 2016 1 commit
-
-
Tomoaki Teshima authored
* indent line
-
- 12 Jul, 2016 1 commit
-
-
Ilya Lavrenov authored
-
- 24 Apr, 2016 1 commit
-
-
ohnozzy authored
Add OpenCL support to linearPolar & logPolar. The OpenCL code use float instead of double, so that it does not require cl_khr_fp64 extension, with slight precision lost. Add explicit conversion Add explicit conversion from double to float to eliminate warning during compilation.
-
- 14 Apr, 2016 1 commit
-
-
ohnozzy authored
Rewrite linearPolar & logPolar so that they do not depend on the deprecated API CvMat. Issue 6377 is resolved in this way because the two routines do not convert UMat to CvMat anymore.
-
- 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
-
- 03 Mar, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 07 Dec, 2015 2 commits
- 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;
-
- 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.
-