93 Commits (b571f030163121f2eb39302d67a29691a312cc39)

Author SHA1 Message Date
tompollok 2da56d5af6 refactoring catching all exceptions as const ref 6 years ago
Michał Janiszewski c8e6ce304f Catch exceptions by const-reference 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Maksim Shabunin 1da46fe6fb Fixed issues found by static analysis (mostly DBZ) 7 years ago
Tomoaki Teshima a40354d16f use correct name for NVIDIA 7 years ago
luz.paz d05714995c Misc. modules/ cont. pt2 7 years ago
Alexander Alekhin fad3a6bf15 ocl: disable Laplacian5 and sepFilter2D_SinglePass kernels for AMD OpenCL 7 years ago
Maksim Shabunin 8b87c4b96a Fixed several warnings produced by clang 6 and static analyzers 7 years ago
Elena Gvozdeva 6185f7209e Merge pull request #10172 from ElenaGvozdeva:eg/HAL_sobel 7 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
Pavel Vlasov a57718e1ac ICV2017u3 package update; 8 years ago
KUANG, Fangjun 4bbe67451d fix some typos in the documentation. 8 years ago
Vitaly Tuzov 1d62a025b3 Moved size restrictions for OpenVX processed images to corresponding cpp files 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 0f1a56da7c Changed restrictions for OpenVX HAL calls on small images 8 years ago
Vitaly Tuzov bf5b7843e8 Extended set of OpenVX HAL calls disabled for small images 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 1e2ddc30b1 Canny via OpenVX, Node wrapper extended (query/set attribute), some naming fixes 8 years ago
Vitaly Tuzov e8f3469096 Added OpenVX based processing to Sobel 8 years ago
Li Peng 6cb73356b1 laplacian ocl kernel optimization 8 years ago
Li Peng 8d4a7d3dcc sobel and scharr ocl kernel optimization 8 years ago
Pavel Vlasov f07525031b BORDER_ISOLATED support for Laplacian, boxFilter and morphology; 8 years ago
matze d9f6a06773 Adding check for IPP if UMat and OpenCL is available in Sobel and Scharr. 9 years ago
Vitaly Tuzov 48f132f35f Fix Sobel evaluation for image ROI without isolated border. 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
Maksim Shabunin 27abd4d3a3 Filter2D HAL interface 9 years ago
Alexander Alekhin 1305962af7 fixes #5066: laplacian: "y" may contain negative values 9 years ago
Pavel Vlasov 9acf93b7c6 IPP Sobel getBufferSize wrong func fix; 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Pavel Vlasov e837d69f8f IPPInitSingelton was added to contain IPP related global variables; 10 years ago
Pavel Vlasov 62854dcc0d Enables support of IPP 9.0.0; 10 years ago
Pavel Vlasov 14b006e808 IPP_VERSION_X100 was changed to: 10 years ago
Pavel Vlasov 2177c7c5a8 Some IPP functions were encapsulated; 10 years ago
Dmitry Budnikov a5a21019b2 ipp_countNonZero build fix; 10 years ago
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Vladislav Vinogradov 44e41baffe use new functions before all tegra:: calls 10 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
Alexander Karsakov 07d57db91c Fixed calculation of l_stack_size 11 years ago
Alexander Karsakov a48c1c8248 Added workaround for Nvidia: take into account that 3-channel vector type takes 4*elem_size in local memory. 11 years ago
VBystricky 9ee0789174 Fix issues 11 years ago
vbystricky e75cd74f5a Optimize OpenCL version of Laplacian filter for kernel size great than 3 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
Ilya Lavrenov e8f5c2fcf6 OpenCL before IPP 11 years ago
Alexander Alekhin e8d3ebecc7 fix IPPDerivSobel condition 11 years ago