opencv/modules/imgproc/src/opencl
ohnozzy db9f611767 Add OpenCL support to linearPolar & logPolar
Add OpenCL  support to linearPolar & logPolar.
The OpenCL code use float instead of double, so that it does not require
cl_khr_fp64 extension, with slight precision lost.

Add explicit conversion

Add explicit conversion from double to float to eliminate warning during
compilation.
2016-04-24 08:37:56 +08:00
..
accumulate.cl optimization of cv::accumulate** 2014-08-25 11:25:01 +04:00
bilateral.cl
blend_linear.cl
boxFilter.cl
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 fix potential race condition in canny.cl. 2016-03-15 19:11:15 +08:00
clahe.cl
corner.cl
covardata.cl Fixed calculation of l_stack_size 2014-09-03 17:40:17 +04:00
cvtcolor.cl Added optimized loading to YUV2RGB_422 kernel 2014-10-28 15:07:51 +03:00
filter2D.cl Optimization OpenCL version of Filter2D 2014-09-11 12:59:51 +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 Fixed calculation of l_stack_size 2014-09-03 17:40:17 +04:00
filterSepCol.cl
filterSepRow.cl
filterSmall.cl fix for ocl_morphSmall 2014-08-21 16:31:24 +04:00
gftt.cl fix gftt opencv kernel when using mask 2015-04-22 16:13:50 +02:00
histogram.cl Fixed calculate_histogram kernel 2014-08-07 10:39:24 +04:00
hough_lines.cl Fix OpenCL version of HoughLinesP function 2014-11-05 14:31:06 +04:00
integral_sum.cl fixed ocl_integral 2014-08-05 12:01:28 +04:00
laplacian5.cl Fixed calculation of l_stack_size 2014-09-03 17:40:17 +04:00
linearPolar.cl Add OpenCL support to linearPolar & logPolar 2016-04-24 08:37:56 +08:00
logPolar.cl Add OpenCL support to linearPolar & logPolar 2016-04-24 08:37:56 +08:00
match_template.cl Use vload to read unaligned data instead of dereference operator. 2014-09-17 19:28:07 +08:00
medianFilter.cl
moments.cl
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
pyr_down.cl Fixed extrapolation in pyrDown 2014-08-07 10:39:25 +04:00
pyr_up.cl Optimize pyrUp_unrolled() by mad function. 2014-11-26 16:55:08 +08: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
warp_affine.cl Revert optimization for warpAffine INTER_NEAREST mode 2014-08-07 10:39:18 +04:00
warp_perspective.cl