- 03 Mar, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 08 Dec, 2015 1 commit
-
-
Florent authored
-
- 30 Oct, 2015 1 commit
-
-
Ariel Bernal authored
build for some OCL drivers. Some OCL vendors treat implicit scalar-vector conversions for operators as errors when type conversion is required.
-
- 29 Oct, 2015 1 commit
-
-
Pavel Vlasov authored
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin 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;
-
- 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.
-
- 25 Apr, 2015 1 commit
-
-
Mansour Moufid authored
Conflicts: modules/gpu/perf/perf_imgproc.cpp Cast a long integer to double explicitly. Conflicts: modules/python/src2/cv2.cpp Cast some matrix sizes to type int. Change some vector mask types to unsigned. Conflicts: modules/core/src/arithm.cpp
-
- 04 Mar, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 27 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 26 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 24 Feb, 2015 1 commit
-
-
Mansour Moufid authored
-
- 20 Jan, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 12 Jan, 2015 4 commits
-
-
Alexander Smorkalov authored
- Gaussian blur; - CascadeClassifier; - Blenders in stitching module; - Laplacial pyromids in stitching module.
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 05 Nov, 2014 1 commit
-
-
Alexander Alekhin 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;
-
- 30 Sep, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 29 Sep, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 17 Sep, 2014 1 commit
-
-
Alexander Mordvintsev authored
-
- 22 Aug, 2014 1 commit
-
-
Elena Gvozdeva 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
-
-
Alexander Karsakov authored
-
- 10 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 16 Jun, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 09 Jun, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 02 Jun, 2014 1 commit
-
-
mletavin authored
-
- 28 May, 2014 1 commit
-
-
mletavin authored
-
- 27 May, 2014 1 commit
-
-
mletavin authored
Moved new kernels under conditional compilation to disable their build for 3-channel images; added condition to use new kernels only for images that are big enough
-
- 26 May, 2014 1 commit
-
-
mletavin authored
Added new Intel-optimized 3x3 and 5x5 kernels to medianFilter.cl file and corresponding code to host in smooth.cpp Only Intel platform and 1 channel images are supported.
-
- 15 May, 2014 1 commit
-
-
thoinvil authored
Consistent with the test made in cv::boxFilter, it adjusts the kernel size to the source size only if the border is not BORDER_CONSTANT and if BORDER_ISOLATED is set. Otherwise, the source has to be considered possibly in a larger image (i.e. the source being a ROI) in witch the kernel should apply.
-
- 07 May, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 29 Apr, 2014 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-