144 Commits (3f485d58bb4cd54cf11f091d30d3dbe13c27d1ed)

Author SHA1 Message Date
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
Alexander Karsakov 8ecb8c6a3d Optimized memory access by using stride pattern 11 years ago
Aaron Kunze 033aebe668 A more efficient workaround for erode 11 years ago
Alexander Karsakov 4612b4b827 Added clamp() for THRESH_TRUNC mode 11 years ago
Ilya Lavrenov 3ccaa5294e added OpenCL RGB <-> Luv conversions 11 years ago
Aaron Kunze 1f8b41f390 Optimizes filter2D for Intel GPUs 11 years ago
Alexander Karsakov 01123aaa36 Changed integer operations to float for Intel devices 11 years ago
unknown c2f540d090 White space fixes 11 years ago
unknown 36d33dd6c2 Review comments 11 years ago
Aaron Kunze ebbac3c66d Optimizes OpenCL resize and optical flow to use image extension. 11 years ago
unknown d2b4ee1e9b More intendation fixes 11 years ago
unknown 06df383675 Indent fixes 11 years ago
Aaron Kunze b59c517f98 Optimizations to OpenCL bilateral filter. 11 years ago
Aaron Kunze 785acc1834 Fixes global size issue, adds #pragma unroll to loops 11 years ago
Alexander Karsakov a66db67b83 Attempt to improve performance 11 years ago
Aaron Kunze bea2515f0e Optimizations for OpenCL color conversion. 11 years ago
Alexander Karsakov c747426fc1 Enabled integer arithmetic for filterSepSinglePass 11 years ago
Alexander Karsakov fc10ffefb8 Enabled integer arithmetic for row_filter_C1_D0 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
Ilya Lavrenov e1efed1914 added support of ksize >= 5 to cv::Laplacian 11 years ago
Alexander Karsakov d17142b83d Prototype OCL version of gaussian blur with integer arithmetic 11 years ago
Ilya Lavrenov f7d6d3cff5 improved cv::filter2D 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 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 d1cfcfcafd added 3-channels support to morphology operations 11 years ago
Ilya Lavrenov 82e6edfba2 optimized sep filter 11 years ago
Alexander Alekhin dca401d4cc ocl: pyrUp/pyrDown 3-channel 11 years ago
Ilya Lavrenov f138b613b7 cv::compare 11 years ago
Alexander Alekhin e7475bff68 TAPI: remap 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 1291bd1c4a ported fast calculation of covar data 11 years ago
Ilya Lavrenov 86a3ed4162 improved performance of GFTT 11 years ago
Ilya Lavrenov 653b99c9bd new scheme of sqrSum 11 years ago
Ilya Lavrenov 0ef16125ae improved cv::matchTemplate OpenCL part 11 years ago
Ilya Lavrenov 8150c1b7e4 added [s|l]rgb <-> lab conversion 11 years ago
Vadim Pisarevsky 290fbc0121 3-channel support in OpenCL kernels for setTo, resize, warpAffine and warpPerspective 11 years ago