opencv/modules/ocl/src/opencl
2013-05-15 08:55:43 +08:00
..
arithm_2_mat.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_absdiff.cl fix all redefine build errors on some Intel OCL 2013-04-05 08:15:05 +08:00
arithm_add_scalar_mask.cl merge add and sub into one set of kernels 2013-04-06 13:37:36 +08:00
arithm_add_scalar.cl merge add and sub into one set of kernels 2013-04-06 13:37:36 +08:00
arithm_add.cl merge add and sub into one set of kernels 2013-04-06 13:37:36 +08:00
arithm_addWeighted.cl fix all redefine build errors on some Intel OCL 2013-04-05 08:15:05 +08:00
arithm_bitwise_binary_mask.cl Merge ocl and/or/xor operators into one kernel each. 2013-04-15 10:36:03 +08:00
arithm_bitwise_binary_scalar_mask.cl Merge ocl and/or/xor operators into one kernel each. 2013-04-15 10:36:03 +08:00
arithm_bitwise_binary_scalar.cl Merge ocl and/or/xor operators into one kernel each. 2013-04-15 10:36:03 +08:00
arithm_bitwise_binary.cl Merge ocl and/or/xor operators into one kernel each. 2013-04-15 10:36:03 +08:00
arithm_bitwise_not.cl fix all redefine build errors on some Intel OCL 2013-04-05 08:15:05 +08:00
arithm_cartToPolar.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_compare_eq.cl fix all redefine build errors on some Intel OCL 2013-04-05 08:15:05 +08:00
arithm_compare_ne.cl fix all redefine build errors on some Intel OCL 2013-04-05 08:15:05 +08:00
arithm_div.cl fix all redefine build errors on some Intel OCL 2013-04-05 08:15:05 +08:00
arithm_exp.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_flip_rc.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_flip.cl fix the compile errors on Mac 2013-04-12 17:38:59 +08:00
arithm_log.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_LUT.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_magnitude.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_magnitudeSqr.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_minMax_mask.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_minMax.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_minMaxLoc_mask.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_minMaxLoc.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_mul.cl fix all redefine build errors on some Intel OCL 2013-04-05 08:15:05 +08:00
arithm_nonzero.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_phase.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_polarToCart.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_pow.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_sum_3.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_sum.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
arithm_transpose.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
blend_linear.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
brute_force_match.cl Use a faster way to count 1's (used by Hamming) 2013-04-13 14:34:30 +08:00
build_warps.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
convertC3C4.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
cvt_color.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
filter_sep_col.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
filter_sep_row.cl fix the compile errors on Mac 2013-04-12 17:38:59 +08:00
filtering_boxFilter.cl make boxfilter kernel compile on Mac GPU OCL 2013-04-15 16:46:25 +08:00
filtering_laplacian.cl fix the compile errors on Mac 2013-04-12 17:38:59 +08:00
filtering_morph.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
haarobjectdetect_scaled2.cl Add OclCascadeClassifierBuf interface 2013-04-15 17:24:30 +08:00
haarobjectdetect.cl fix a crash on CPU OCL for some specified image sizes 2013-04-24 14:12:41 +08:00
imgproc_bilateral.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
imgproc_calcHarris.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
imgproc_calcMinEigenVal.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
imgproc_canny.cl Add clamping for y dimension. 2013-04-16 15:49:15 +08:00
imgproc_columnsum.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
imgproc_convolve.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
imgproc_copymakeboder.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
imgproc_histogram.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
imgproc_integral_sum.cl use float when sum overflow 2013-04-23 17:23:05 +08:00
imgproc_integral.cl use float when sum overflow 2013-04-23 17:23:05 +08:00
imgproc_median.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
imgproc_remap.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
imgproc_resize.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
imgproc_threshold.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
imgproc_warpAffine.cl fix the compile errors on Mac 2013-04-12 17:38:59 +08:00
imgproc_warpPerspective.cl fix the compile errors on Mac 2013-04-12 17:38:59 +08:00
interpolate_frames.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
match_template.cl fix the compile errors on Mac 2013-04-12 17:38:59 +08:00
meanShift.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
merge_mat.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
moments.cl fix black screen when input Mat is large 2013-05-14 18:02:53 +08:00
objdetect_hog.cl fix hog on some CPU device running ocl 2013-04-03 13:58:44 +08:00
operator_convertTo.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
operator_copyToM.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
operator_setTo.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
operator_setToM.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
pyr_down.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
pyr_up.cl Fix ocl::pyrUp 2013-05-15 08:51:21 +08:00
pyrlk_no_image.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
pyrlk.cl make the sparse method give correct results on CPU ocl 2013-04-03 13:23:04 +08:00
split_mat.cl Allow OpenCL acceleration in every OpenCV module 2013-03-21 17:57:01 +04:00
stereobm.cl Optimize stereobm a bit. 2013-05-08 17:29:24 +08:00
stereobp.cl Fix a bug found on Intel OpenCL SDK. 2013-04-23 15:34:40 +08:00
stereocsbp.cl Fix thread sync for csbp. 2013-04-23 17:35:40 +08:00