219 Commits (4560909a5e5cb284cdfd5619cdf4cf3622410388)

Author SHA1 Message Date
Maksim Shabunin 1da46fe6fb Fixed issues found by static analysis (mostly DBZ) 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Alexander Alekhin 6b581c4e51 build: unreachable code after CV_Error() (part 2) 7 years ago
Alexander Alekhin 59b413c8a1 imgproc(ipp): disable parallel GaussianBlur 7 years ago
Vitaly Tuzov 62cf71002e Bit-exact GaussianBlur performance update (#10898) 7 years ago
Alexander Alekhin 5b17a60dde next: drop HAVE_TEGRA_OPTIMIZATION/TADP 7 years ago
Alexander Alekhin 5d36ee2fe7 imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
Tomoaki Teshima 9079d9ce17 let the test OCL_Filter/Bilateral pass 7 years ago
luz.paz d05714995c Misc. modules/ cont. pt2 7 years ago
Vitaly Tuzov 12ea8477a3 bitexact gaussianblur implementation (#10345) 7 years ago
Woody Chow 20b3261204 Propagate calculated Gaussian kernel size(ref). Otherwise, ipp_GaussianBlur will fail if user doesn't specify a kernel size. (#10579) 7 years ago
Maksim Shabunin 1033f2b1bd Fixed 3 issues found by static analysis 7 years ago
elenagvo 7bfb38055c remove matrix release 8 years ago
elenagvo 81519537ae fix the parameters order 8 years ago
elenagvo 0f12351a41 fix accelerators order 8 years ago
elenagvo 7aadbc9607 remove complex data structs 8 years ago
elenagvo ce65975625 call HAL for GaussianBlur is fixed 8 years ago
elenagvo c2c7333107 add hal for GaussianBlur 8 years ago
elenagvo cb9e110adb add HAL for BoxFilter 8 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 8 years ago
elenagvo 5d0a8d2aaf fix the parameters order 8 years ago
elenagvo 3a09da71d8 add HAL for medianBlur 8 years ago
elenagvo 20c08eab73 change border type for medianBlur to BORDER_ISOLATED 8 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 9 years ago
apavlenko 541d5b02d9 disabling due to accuracy issues 9 years ago
apavlenko ccd8031a33 fixing compilation 9 years ago
Li Peng 396921dd23 5x5 gaussian blur optimization 9 years ago
Vitaly Tuzov afc7396975 Added OpenVX based processing to gaussianBlur 9 years ago
Vitaly Tuzov 6d55e99291 Added OpenVX based processing to boxFilter 9 years ago