1381 Commits (ed1c56e0632e20a186bc0a99bf03b42d2a1dbb5a)

Author SHA1 Message Date
vbystricky a6b53489e6 Change sanity check for perfomance test of bilateral filter 11 years ago
vbystricky aece433b15 Check ippStsNoErr as result of ipp function instead >=0 11 years ago
vbystricky c65e5a1e7b Fix error BGRA2RGBA color convertion by ipp. Uncomment ipp color converstion, which pass tests 11 years ago
vbystricky b3db990daa Remove unused code 11 years ago
vbystricky 07e84c635a Remove unused code 11 years ago
vbystricky 06434bedfd Change deprecated function ippicviMulC_32f_C1IR to ippicviMulC_32f_C1R. Check results of ipp function, if error was return run opencv branch of code 11 years ago
vbystricky 58de8bc917 Change deprecated functions to valid 11 years ago
vbystricky 01a66a2938 Prepare codes for ippicv library 11 years ago
Alexander Karsakov c747426fc1 Enabled integer arithmetic for filterSepSinglePass 11 years ago
Alexander Alekhin bfc546d23c enable IPP ICV support 11 years ago
Alexander Karsakov fc10ffefb8 Enabled integer arithmetic for row_filter_C1_D0 11 years ago
Alexander Karsakov 2cf3a6e26c Fixed error in case corners not found 11 years ago
Alexander Karsakov a3825acee4 Small refactoring 11 years ago
Ilya Lavrenov 31f864a22b integer cv::resize (INTER_LINEAR && CV_8UC(cn)) 11 years ago
Alexander Karsakov 10a52220f0 Added integer arithmetic to sepFilter2D 11 years ago
mlyashko 5acd178790 copyright fix 11 years ago
Ilya Lavrenov e1efed1914 added support of ksize >= 5 to cv::Laplacian 11 years ago
mlyashko 4c5de04efb bug fix 11 years ago
Alexander Karsakov d17142b83d Prototype OCL version of gaussian blur with integer arithmetic 11 years ago
mlyashko 4b71921526 both tests by picture and rand mat 11 years ago
Ilya Lavrenov f7d6d3cff5 improved cv::filter2D 11 years ago
mlyashko 70fdfa0bdb changed type of sanity check 11 years ago
mlyashko f38fe76025 added perf test for CalcBackProj 11 years ago
Konstantin Matskevich 67926fa028 ocl morphology fix 11 years ago
Aaron Kunze ede6d4482b Optimizations to OpenCL bilateral filter. 11 years ago
Ilya Lavrenov 061a25447e eliminated restriction delta == 0 from cv::sepFilter2D 11 years ago
Ilya Lavrenov e2c6ab0166 refactored filter2D; eliminated restrictions sdepth == ddepth, delta == 0 11 years ago
Ilya Lavrenov b6833fdde7 added 3-channels support to cv::medianBlur 11 years ago
Ilya Lavrenov a51ab99a79 added 3-channels support to cv::filter2D, cv::Laplacian 11 years ago
Ilya Lavrenov e19c42dded added 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter 11 years ago
Ilya Lavrenov 8f5fd44fb2 added 3 channels support to cv::bilateralFilter 11 years ago
Ilya Lavrenov 6ba60a1e22 added 3-channels support to cv::Canny 11 years ago
Ilya Lavrenov 2875ce60ea added 3-channels support to optimized version 11 years ago
Alexander Karsakov 0bd4fd3a87 Workaround for Intel platform: replace min() with ternary operator 11 years ago
Ilya Lavrenov 63d8a61b9b enabled 3-channels support for cv::createSuperResolution_BTVL1 11 years ago
Ilya Lavrenov 291458a859 generalized OpenCL version of cv::sepFilter2D; removed some restrictions and added 3-channels support 11 years ago
Ilya Lavrenov b449b0bf71 simplified cv::sepFilter2D OpenCL part 11 years ago
Ilya Lavrenov b73490f86c eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
Ilya Lavrenov d1cfcfcafd added 3-channels support to morphology operations 11 years ago
Ilya Lavrenov 82e6edfba2 optimized sep filter 11 years ago
Ilya Lavrenov 6f12f1b3b5 added 3 vs 4 channels performance tests 11 years ago
Alexander Alekhin dca401d4cc ocl: pyrUp/pyrDown 3-channel 11 years ago
Ilya Lavrenov f138b613b7 cv::compare 11 years ago
mlyashko 5252aa8fdd added data type check for back projection fix 11 years ago
Ilya Lavrenov 2755ae5df9 experiments 11 years ago
Alexander Alekhin e7475bff68 TAPI: remap 3-channel 11 years ago
Alexander Alekhin e4608229f0 ocl: copyMakeBorder 3-channel 11 years ago
Ilya Lavrenov 208831eb5d optimized cv::calcHist 11 years ago
Ilya Lavrenov dc76e6b4a1 added new dtypes to cv::Sobel 11 years ago
Ilya Lavrenov 4a7289b22f improved cv::preCornerDetect 11 years ago