opencv/modules/imgproc/src/opencl
2014-08-16 00:29:10 +04:00
..
accumulate.cl implemented OpenCL version of cv::accumulate**** 2014-01-29 11:42:46 +04:00
bilateral.cl White space fixes 2014-04-15 09:32:34 -07:00
blend_linear.cl added cv::blendLinear 2013-12-10 13:07:52 +04:00
boxFilter.cl added 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter 2014-03-24 14:31:42 +04:00
calc_back_project.cl Added ROUNDING_EPS for identical rounding after dividing on different platforms 2014-08-12 14:28:48 +04:00
canny.cl added 3-channels support to cv::Canny 2014-03-24 13:02:54 +04:00
clahe.cl CLAHE 2013-12-27 10:12:22 +04:00
corner.cl corners 2014-07-10 17:17:24 +04:00
covardata.cl ported fast calculation of covar data 2014-03-06 15:40:27 +04:00
cvtcolor.cl Change min-max to clamp 2014-08-01 19:45:11 +04:00
filter2D.cl improved cv::filter2D 2014-03-26 14:19:59 +04:00
filter2DSmall.cl multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics 2014-08-16 00:29:10 +04:00
filterSep_singlePass.cl Change local size 2014-06-26 15:43:40 +04:00
filterSepCol.cl Changed integer operations to float for Intel devices 2014-04-23 11:00:32 +04:00
filterSepRow.cl Changed integer operations to float for Intel devices 2014-04-23 11:00:32 +04:00
filterSmall.cl multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics 2014-08-16 00:29:10 +04:00
gftt.cl improved performance of GFTT 2014-03-06 09:19:40 +04:00
histogram.cl Fixed calculate_histogram kernel 2014-08-07 10:39:24 +04:00
integral_sum.cl fixed ocl_integral 2014-08-05 12:01:28 +04:00
laplacian5.cl added support of ksize >= 5 to cv::Laplacian 2014-03-31 13:17:58 +04:00
match_template.cl Used float instead of int for CV_8U in sumTemplate 2014-07-29 11:34:39 +04:00
medianFilter.cl 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 2014-05-27 16:16:00 +04:00
moments.cl replaced factors computation by precomputed values, added kernel for 2014-06-23 11:04:39 +04:00
morph.cl multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics 2014-08-16 00:29:10 +04:00
precornerdetect.cl implemented OpenCL version of cv::preCornerDetect 2014-01-22 13:46:26 +04:00
pyr_down.cl Fixed extrapolation in pyrDown 2014-08-07 10:39:25 +04:00
pyr_up.cl Removed storing of zeros in local memory 2014-06-17 17:24:11 +04:00
remap.cl Fixed rounding in remap INTER_LINEAR mode 2014-08-07 10:39:24 +04:00
resize.cl multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics 2014-08-16 00:29:10 +04:00
threshold.cl Optimized memory access by using stride pattern 2014-05-16 10:22:03 +04:00
warp_affine.cl Revert optimization for warpAffine INTER_NEAREST mode 2014-08-07 10:39:18 +04:00
warp_perspective.cl 3-channel support in OpenCL kernels for setTo, resize, warpAffine and warpPerspective 2014-02-12 19:29:18 +04:00