opencv/modules/ocl/src/opencl
Roman Donchenko 95c2e8b51f Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
	.gitignore
	doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst
	modules/gpu/src/match_template.cpp
	modules/imgproc/include/opencv2/imgproc/imgproc.hpp
	modules/ocl/include/opencv2/ocl/ocl.hpp
	modules/ocl/perf/perf_precomp.hpp
2013-09-10 11:30:19 +04:00
..
arithm_2_mat.cl
arithm_absdiff.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
arithm_add_scalar_mask.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
arithm_add_scalar.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
arithm_add.cl Fix some OpenCL kernel file build errors on Mac. 2013-05-28 11:12:05 +08:00
arithm_addWeighted.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
arithm_bitwise_binary_mask.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
arithm_bitwise_binary_scalar_mask.cl Normalized file endings. 2013-08-21 18:59:25 +04:00
arithm_bitwise_binary_scalar.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
arithm_bitwise_binary.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
arithm_bitwise_not.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
arithm_cartToPolar.cl
arithm_compare_eq.cl Normalized file endings. 2013-08-21 18:59:25 +04:00
arithm_compare_ne.cl Normalized file endings. 2013-08-21 18:59:25 +04:00
arithm_div.cl Normalized file endings. 2013-08-21 18:59:25 +04:00
arithm_exp.cl
arithm_flip_rc.cl
arithm_flip.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
arithm_log.cl
arithm_LUT.cl
arithm_magnitude.cl
arithm_magnitudeSqr.cl
arithm_minMax_mask.cl
arithm_minMax.cl
arithm_minMaxLoc_mask.cl
arithm_minMaxLoc.cl Normalized file endings. 2013-08-21 18:59:25 +04:00
arithm_mul.cl Normalized file endings. 2013-08-21 18:59:25 +04:00
arithm_nonzero.cl
arithm_phase.cl
arithm_polarToCart.cl
arithm_pow.cl
arithm_sum_3.cl
arithm_sum.cl
arithm_transpose.cl
bgfg_mog.cl Removed the trailing whitespace 2013-08-29 14:06:03 +08:00
blend_linear.cl
brute_force_match.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
build_warps.cl
convertC3C4.cl
cvt_color.cl
filter_sep_col.cl
filter_sep_row.cl Normalized file endings. 2013-08-21 18:59:25 +04:00
filtering_adaptive_bilateral.cl add adaptive bilateral filter (cpp and ocl version) 2013-08-29 10:48:15 +08:00
filtering_boxFilter.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
filtering_laplacian.cl Update with apavlenko's suggestions. 2013-08-14 10:00:09 +08:00
filtering_morph.cl Fix some OpenCL kernel file build errors on Mac. 2013-05-28 11:12:05 +08:00
haarobjectdetect_scaled2.cl Normalized file endings. 2013-08-21 18:59:25 +04:00
haarobjectdetect.cl Normalized file endings. 2013-08-21 18:59:25 +04:00
imgproc_bilateral.cl
imgproc_calcHarris.cl Fix a bug of cornerHarris and cornerMinEigenVal. 2013-06-06 11:44:35 +08:00
imgproc_calcMinEigenVal.cl Fix a bug of cornerHarris and cornerMinEigenVal. 2013-06-06 11:44:35 +08:00
imgproc_canny.cl Fix 2.4 ocl Canny. 2013-05-29 14:15:26 +08:00
imgproc_clahe.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
imgproc_columnsum.cl
imgproc_convolve.cl
imgproc_copymakeboder.cl
imgproc_gftt.cl Normalized file endings. 2013-08-21 18:59:25 +04:00
imgproc_histogram.cl
imgproc_hough.cl
imgproc_integral_sum.cl use float when sum overflow 2013-04-23 17:23:05 +08:00
imgproc_integral.cl Normalized file endings. 2013-08-21 18:59:25 +04:00
imgproc_median.cl
imgproc_mulAndScaleSpectrums.cl Fix some compilation errors and warnings. 2013-04-08 16:22:20 +08:00
imgproc_remap.cl
imgproc_resize.cl
imgproc_threshold.cl Fix some OpenCL kernel file build errors on Mac. 2013-05-28 11:12:05 +08:00
imgproc_warpAffine.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
imgproc_warpPerspective.cl Normalized file endings. 2013-08-21 18:59:25 +04:00
interpolate_frames.cl
kernel_radix_sort_by_key.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
kernel_sort_by_key.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
kernel_stablesort_by_key.cl Add sort_by_key for oclMat. 2013-07-18 17:25:00 +08:00
kmeans_kernel.cl fix the function name 2013-07-05 08:59:21 +08:00
match_template.cl fix the compile errors on Mac 2013-04-12 17:38:59 +08:00
meanShift.cl
merge_mat.cl
moments.cl Normalized file endings. 2013-08-21 18:59:25 +04:00
objdetect_hog.cl Converted tabs to spaces. 2013-08-21 18:59:26 +04:00
operator_convertTo.cl
operator_copyToM.cl
operator_setTo.cl
operator_setToM.cl
optical_flow_farneback.cl Fix white-spacing 2013-06-27 09:57:42 +08:00
pyr_down.cl
pyr_up.cl Fix ocl::pyrup kernel build on Mac. 2013-05-30 16:34:20 +08:00
pyrlk_no_image.cl
pyrlk.cl a little simplify to pyrlk kernel 2013-07-17 14:35:44 +08:00
split_mat.cl
stereobm.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
stereobp.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
stereocsbp.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
tvl1flow.cl Make some tweaks to make sum operations less frequently 2013-08-27 11:42:54 +08:00