opencv/modules/ocl/src/opencl
Peng Xiao 0ccc903647 fixed a buffer overrun of ocl canny
the `map` buffer does not have the same size with CUDA and index starts at [1, 1] instead of [0, 0].
2013-12-27 11:54:08 +08:00
..
arithm_absdiff_nonsaturate.cl workaround for AMD bug: UNREACHABLE EXECUTED 2013-11-20 15:40:56 +04:00
arithm_add_mask.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_add_scalar_mask.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_add_scalar.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_add.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_addWeighted.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_bitwise_binary_mask.cl fixing typo 2013-10-25 18:00:46 +04:00
arithm_bitwise_binary_scalar_mask.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_bitwise_binary_scalar.cl fixing typo 2013-10-25 18:00:46 +04:00
arithm_bitwise_binary.cl fixing typo 2013-10-25 18:00:46 +04:00
arithm_bitwise_not.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_cartToPolar.cl refactored some functions from ocl arithm 2013-11-13 13:56:49 +04:00
arithm_compare.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_exp.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_flip.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_log.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_LUT.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_magnitude.cl refactored some functions from ocl arithm 2013-11-13 13:56:49 +04:00
arithm_minMax.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_minMaxLoc_mask.cl Merge pull request #1785 from ilya-lavrenov:ocl_kern_warn 2013-11-13 12:20:09 +04:00
arithm_minMaxLoc.cl Merge pull request #1785 from ilya-lavrenov:ocl_kern_warn 2013-11-13 12:20:09 +04:00
arithm_nonzero.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_phase.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_polarToCart.cl refactored some functions from ocl arithm 2013-11-13 13:56:49 +04:00
arithm_pow.cl fixing bugs for Intel platform CPU device 2013-11-18 13:20:54 +04:00
arithm_setidentity.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_sum.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
arithm_transpose.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
bgfg_mog.cl static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile. 2013-12-26 21:20:32 +04:00
blend_linear.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
brute_force_match.cl Some hacks to build and run OpenCL on Qualcomm S800. 2013-11-22 16:13:38 +04:00
build_warps.cl added ROI support to ocl::buildWarp*Maps functions 2013-11-08 18:40:53 +04:00
convertC3C4.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
cvt_color.cl change code according reviewer suggesions 2013-12-20 13:51:51 +04:00
filter_sep_col.cl Merge pull request #1696 from apavlenko:fix_typo_GpuMaterials 2013-10-28 12:18:42 +04:00
filter_sep_row.cl Merge pull request #1692 from ilya-lavrenov:ocl_separableFilter 2013-10-25 19:39:21 +04:00
filtering_adaptive_bilateral.cl Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs 2013-11-06 16:48:50 +04:00
filtering_boxFilter.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
filtering_filter2D.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
filtering_morph.cl fixing typo 2013-10-25 18:00:46 +04:00
filtering_sep_filter_singlepass.cl optimize separable filter by 2013-12-17 14:09:06 +04:00
haarobjectdetect_scaled2.cl ocl: added workaround into Haar kernels 2013-12-05 16:56:01 +04:00
haarobjectdetect.cl remove extra calculations from haar to be consistent with native implementation 2013-12-17 14:04:10 +04:00
imgproc_bilateral.cl fixing typo 2013-10-25 18:53:24 +04:00
imgproc_calcHarris.cl Fix the whitespace warning. 2013-11-07 15:04:17 -08:00
imgproc_calcMinEigenVal.cl fixed ocl::cornerHarris, ocl::cornerMinEigenVal and their accuracy tests 2013-11-04 15:16:00 +04:00
imgproc_canny.cl fixed a buffer overrun of ocl canny 2013-12-27 11:54:08 +08:00
imgproc_clahe.cl Some hacks to build and run OpenCL on Qualcomm S800. 2013-11-22 16:13:38 +04:00
imgproc_columnsum.cl fixing typo 2013-10-25 18:00:46 +04:00
imgproc_convolve.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
imgproc_copymakeboder.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
imgproc_gftt.cl HOST side optimization for GFFT 2013-12-17 14:02:57 +04:00
imgproc_histogram.cl fixing typo 2013-10-25 18:53:24 +04:00
imgproc_integral_sum.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
imgproc_integral.cl Merge pull request #1779 from perping:integral_2.4 2013-11-13 15:53:42 +04:00
imgproc_median.cl fixed warnings in ocl kernels 2013-10-31 23:48:02 +04:00
imgproc_remap.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
imgproc_resize.cl added area fast mode to ocl::resize 2013-11-19 13:43:50 +04:00
imgproc_sobel3.cl optimize Dx and Dy calcualtion to make it as single opencl kernel 2013-12-17 14:01:01 +04:00
imgproc_threshold.cl Fixed some implicitly type conversions between vector and scalar data type. 2013-12-05 09:35:21 +08:00
imgproc_warpAffine.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
imgproc_warpPerspective.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
interpolate_frames.cl fixing typo 2013-10-25 18:00:46 +04:00
kernel_radix_sort_by_key.cl fixing typo 2013-10-25 18:00:46 +04:00
kernel_sort_by_key.cl fixed warnings in ocl kernels 2013-10-31 23:48:02 +04:00
kernel_stablesort_by_key.cl Some hacks to build and run OpenCL on Qualcomm S800. 2013-11-22 16:13:38 +04:00
kmeans_kernel.cl static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile. 2013-12-26 21:20:32 +04:00
knearest.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
match_template.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
meanShift.cl static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile. 2013-12-26 21:20:32 +04:00
merge_mat.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
moments.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
objdetect_hog.cl static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile. 2013-12-26 21:20:32 +04:00
operator_convertTo.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
operator_copyToM.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
operator_setTo.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
operator_setToM.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
optical_flow_farneback.cl fixed warnings in ocl kernels 2013-10-31 23:48:02 +04:00
pyr_down.cl fixed warnings in ocl kernels 2013-10-31 23:48:02 +04:00
pyr_up.cl fixing typo 2013-10-25 18:00:46 +04:00
pyrlk.cl static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile. 2013-12-26 21:20:32 +04:00
split_mat.cl kernel warnings on AMD 2013-11-12 15:06:46 +04:00
stereobm.cl Some hacks to build and run OpenCL on Qualcomm S800. 2013-11-22 16:13:38 +04:00
stereobp.cl static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile. 2013-12-26 21:20:32 +04:00
stereocsbp.cl Some hacks to build and run OpenCL on Qualcomm S800. 2013-11-22 16:13:38 +04:00
svm.cl Some hacks to build and run OpenCL on Qualcomm S800. 2013-11-22 16:13:38 +04:00
tvl1flow.cl static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile. 2013-12-26 21:20:32 +04:00