- 01 Jun, 2017 1 commit
-
-
Woody Chow authored
Fallback to single threaded version of IPP gaussian blur / bilateral filter when the mutlithreaded version cannot be called.
-
- 31 May, 2017 1 commit
-
-
Woody Chow authored
-
- 25 May, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 23 May, 2017 1 commit
-
-
Vadim Pisarevsky authored
replaced SSE2 code with universal intrinsics; improved accuracy of the box filter; it should now be bit-exact
-
- 25 Apr, 2017 1 commit
-
-
Pavel Vlasov authored
Updated integrations for: cv::split cv::merge cv::insertChannel cv::extractChannel cv::Mat::convertTo - now with scaled conversions support cv::LUT - disabled due to performance issues Mat::copyTo Mat::setTo cv::flip cv::copyMakeBorder - currently disabled cv::polarToCart cv::pow - ipp pow function was removed due to performance issues cv::hal::magnitude32f/64f - disabled for <= SSE42, poor performance cv::countNonZero cv::minMaxIdx cv::norm cv::canny - new integration. Disabled for threaded; cv::cornerHarris cv::boxFilter cv::bilateralFilter cv::integral
-
- 20 Apr, 2017 1 commit
-
-
Pavel Vlasov authored
-
- 11 Apr, 2017 2 commits
-
-
Vitaly Tuzov authored
-
Vitaly Tuzov authored
-
- 06 Apr, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 28 Feb, 2017 1 commit
-
-
Jejos authored
medianBlur called with "empty" source and ksize >= 7 crashes application with accessviolation. With this extra assert this is avoided and the application may normally catch the thrown exception.
-
- 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 3 commits
- 06 Dec, 2016 1 commit
-
-
Li Peng authored
Add new 5x5 gaussian blur kernel for CV_8UC1 format, it is 50% ~ 70% faster than current ocl kernel in the perf test. Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 02 Dec, 2016 1 commit
-
-
Vitaly Tuzov authored
-
- 30 Nov, 2016 1 commit
-
-
Vitaly Tuzov authored
-
- 29 Nov, 2016 1 commit
-
-
Vitaly Tuzov authored
-
- 08 Nov, 2016 2 commits
-
-
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;
-
Li Peng authored
This ocl kernel is for 3x3 kernel size and CV_8UC1 format It is 115% ~ 300% faster than current ocl path in perf test python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_GaussianBlurFixture* Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 27 Oct, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 26 Oct, 2016 1 commit
-
-
Li Peng authored
The optimization is for CV_8UC1 format and 3x3 box filter, it is 15%~87% faster than current ocl kernel with below perf test ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_BlurFixture* Also add test cases for this ocl kernel. Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 22 Sep, 2016 1 commit
-
-
Alexander Alekhin authored
reduce scope of "i" variable
-
- 09 Sep, 2016 1 commit
-
-
Vadim Pisarevsky authored
* seriously improved performance of blur function, especially 3x3 and 5x5 cases * trying to fix warnings and test failures * replaced #if 0 with #if IPP_DISABLE_BLOCK
-
- 19 Aug, 2016 2 commits
-
-
Pavel Vlasov authored
-
Pavel Vlasov authored
-
- 05 Aug, 2016 2 commits
-
-
Alexander Alekhin authored
-
matze authored
-
- 19 Jul, 2016 1 commit
-
-
Tomoaki Teshima authored
* clean up some lines
-
- 08 Jul, 2016 1 commit
-
-
Vitaly Tuzov authored
-
- 29 Jun, 2016 1 commit
-
-
Tomoaki Teshima authored
-
- 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 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;
-