219 Commits (4560909a5e5cb284cdfd5619cdf4cf3622410388)

Author SHA1 Message Date
Vitaly Tuzov 9200db778c Added OpenVX based processing to medianBlur 9 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). 10 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
Pavel Vlasov 89eee6ca99 Fixes for IPP integration: 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
Mansour Moufid b99f7a29df Cast some image coordinates and sizes to double. 10 years ago
Ilya Lavrenov cf4c79ebdd disabled some kernels for Android && NVidia 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
Mansour Moufid 35a89b1541 Change some vector mask types to unsigned. 10 years ago
Ilya Lavrenov e9a6c5db21 sqsum 10 years ago
Alexander Smorkalov 1fa37fe733 OpenCV for Tegra compilation fix for 10 years ago
Ilya Lavrenov b2f851af06 cornerMinEigenVal 10 years ago
Ilya Lavrenov fc0869735d used popcnt 10 years ago
Ilya Lavrenov bfb45b27e6 column sum 32s 10 years ago
Alexander Alekhin 58e054a003 IPPICV: disable boxFilter 16SC1/16UC1 (performance) 11 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
Ilya Lavrenov 81548a30aa cv::medianBLur 11 years ago
Ilya Lavrenov 8e1ccfae3d cv::boxFilter 11 years ago
Alexander Mordvintsev 0319120adc fix: ippiFilterMedianBorder sometimes crash when doing in-place filtering 11 years ago
Elena Gvozdeva 7ad6b47bc9 fixed ocl_boxFilter 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Alexander Karsakov b4d3b34acf Disabled ippiFilterBoxBorder_* in case maskSize equal roiSize for any dimension 11 years ago
Vadim Pisarevsky d0137b6d2d moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
vbystricky 878dec65c8 Optimize OpenCL version of morfology and box filters for small filter kernels 11 years ago
Ilya Lavrenov c424d36041 optimized cv::boxFilter 11 years ago
Ilya Lavrenov 0b2cafb08b bixed cv::boxFilter 11 years ago
mletavin e224e72bbc Added condition to use optimized kernels for images of size that multiple of 4 only 11 years ago
mletavin 68883775fb Adding explicit variable conversion in ocl_medianFilter() to suppress build errors on Linux & Mac 11 years ago
mletavin df9c75b270 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 11 years ago
mletavin 4a37ac303a Added new Intel-optimized 3x3 and 5x5 kernels to medianFilter.cl file and corresponding code to host in smooth.cpp 11 years ago