195 Commits (f5dba12762b8878bbb940e16a3ca07fa0a0b5c2a)

Author SHA1 Message Date
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
elenagvo 5d0a8d2aaf fix the parameters order 7 years ago
elenagvo 3a09da71d8 add HAL for medianBlur 7 years ago
elenagvo 20c08eab73 change border type for medianBlur to BORDER_ISOLATED 7 years ago
Alexander Alekhin cc9ab7e582 imgproc: fix bilateral filter SIMD 32f optimization 8 years ago
Tomoaki Teshima 139b32734e Merge pull request #9714 from tomoaki0705:universalBilateral 8 years ago
Tomoaki Teshima e932160a8d replace raw SSE2/NEON implementation with universal intrinsic 8 years ago
Maksim Shabunin 248e2c7d47 Fixed some issues found by static analysis 8 years ago
Pavel Vlasov a57718e1ac ICV2017u3 package update; 8 years ago
Jiri Horner bb6496d9e5 Merge pull request #8951 from hrnr:akaze_part2 8 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 8 years ago
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 8 years ago
Woody Chow f743603b0a Fallback to single threaded version of IPP gaussian blur / bilateral filter when the mutlithreaded version cannot be called. 8 years ago
Woody Chow d22fb5f949 Multithread IPP gaussian blur 8 years ago
Vitaly Tuzov 1d62a025b3 Moved size restrictions for OpenVX processed images to corresponding cpp files 8 years ago
Vadim Pisarevsky 883d925f59 replaced SSE2 code with universal intrinsics; improved accuracy of the box filter; it should now be bit-exact 8 years ago
Pavel Vlasov 11c2ffaf1c Update for IPP for OpenCV 2017u2 integration; 8 years ago
Pavel Vlasov 35c7216846 IPP for OpenCV 2017u2 initial enabling patch; 8 years ago
Vitaly Tuzov 4c0d833dec Disabled vxuConvolution call for sepFilter evaluation 8 years ago
Vitaly Tuzov 87bb74312b Disabled vxuConvolution call for Sobel, GaussianBlur and Box filter evaluation 8 years ago
Vitaly Tuzov bf5b7843e8 Extended set of OpenVX HAL calls disabled for small images 8 years ago
Jejos 5169c79978 fix medianBlur accessviolation 8 years ago
Vitaly Tuzov 9a4b5a4545 OpenVX calls updated to use single common OpenVX context per thread 8 years ago
Vitaly Tuzov be7d060ea4 Merge pull request #7802 from terfendail:ovxhal_wrappers_migration 8 years ago
Rostislav Vasilikhin 8b9422a052 OpenVX wrappers rewritten with CV_OVX_RUN, VX_DbgThrow 8 years ago
apavlenko f3ec56fcee fixing build errors 8 years ago
apavlenko 541d5b02d9 disabling due to accuracy issues 8 years ago
apavlenko ccd8031a33 fixing compilation 8 years ago
Li Peng 396921dd23 5x5 gaussian blur optimization 8 years ago
Vitaly Tuzov afc7396975 Added OpenVX based processing to gaussianBlur 8 years ago
Vitaly Tuzov 6d55e99291 Added OpenVX based processing to boxFilter 8 years ago
Vitaly Tuzov 9200db778c Added OpenVX based processing to medianBlur 8 years ago
Pavel Vlasov 349d5ba012 --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); 9 years ago
Li Peng 8f63f51e81 gaussian blur ocl kernel optimization 9 years ago
Pavel Vlasov f07525031b BORDER_ISOLATED support for Laplacian, boxFilter and morphology; 9 years ago
Li Peng 3607da9f6b ocl kernel performance optimization for box filter 9 years ago
Alexander Alekhin c66efd05fa imgproc: use target type for calculations 9 years ago
Vadim Pisarevsky a9ab869800 seriously improved performance of blur function, especially 3x3 and 5x5 cases (#7262) 9 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Pavel Vlasov 680ca88ce0 Outdated ICV restrictions were removed; 9 years ago
Alexander Alekhin 2812762d6b imgproc: disable IPP for GaussianBlur in case of ROI 9 years ago
matze 37cccf17c0 imgproc: Prefer OCL calculation before IPP in GaussianBlur. 9 years ago
Tomoaki Teshima b436f4b995 accelerate bilateralFilter using NEON 9 years ago
Vitaly Tuzov c61f7e5334 Fix for median blur of 2-channel images 9 years ago
Tomoaki Teshima 78a5aacb22 make NEON more similart to SSE2 9 years ago
Maksim Shabunin 27abd4d3a3 Filter2D HAL interface 9 years ago
Florent 056a111788 Fixed histogram substraction bug with NEON instructions (arguments in wrong order). 9 years ago
Ariel Bernal cc903d0605 Fix for #5590. OpenCL BilateralFilter implementation failes to 10 years ago
Pavel Vlasov 5ae3693567 Condition update for 8u IPP in GaussianBlur. Bug was fixed in 9.0.1; 10 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 10 years ago