opencv/modules/ocl/src/opencl
Roman Donchenko dcaf923517 Merge remote-tracking branch 'origin/2.4'
Conflicts:
	3rdparty/ffmpeg/ffmpeg_version.cmake
	cmake/OpenCVFindLibsGrfmt.cmake
	cmake/templates/cvconfig.h.cmake
	modules/bioinspired/doc/retina/index.rst
	modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
	modules/calib3d/src/precomp.hpp
	modules/contrib/src/inputoutput.cpp
	modules/contrib/src/precomp.hpp
	modules/core/include/opencv2/core/internal.hpp
	modules/core/include/opencv2/core/types_c.h
	modules/core/src/drawing.cpp
	modules/core/src/precomp.hpp
	modules/core/src/system.cpp
	modules/features2d/doc/common_interfaces_of_descriptor_matchers.rst
	modules/features2d/doc/common_interfaces_of_feature_detectors.rst
	modules/features2d/include/opencv2/features2d/features2d.hpp
	modules/features2d/src/precomp.hpp
	modules/flann/src/precomp.hpp
	modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
	modules/gpu/doc/image_filtering.rst
	modules/gpu/doc/image_processing.rst
	modules/gpu/doc/video.rst
	modules/gpu/perf/perf_imgproc.cpp
	modules/gpu/perf4au/main.cpp
	modules/gpu/src/imgproc.cpp
	modules/gpu/src/precomp.hpp
	modules/gpu/test/test_imgproc.cpp
	modules/highgui/CMakeLists.txt
	modules/highgui/test/test_precomp.hpp
	modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
	modules/imgproc/src/precomp.hpp
	modules/java/generator/src/cpp/Mat.cpp
	modules/legacy/src/precomp.hpp
	modules/ml/doc/k_nearest_neighbors.rst
	modules/ml/src/precomp.hpp
	modules/nonfree/doc/feature_detection.rst
	modules/nonfree/src/precomp.hpp
	modules/objdetect/include/opencv2/objdetect/objdetect.hpp
	modules/objdetect/src/cascadedetect.cpp
	modules/objdetect/src/hog.cpp
	modules/objdetect/src/precomp.hpp
	modules/objdetect/test/test_latentsvmdetector.cpp
	modules/ocl/src/hog.cpp
	modules/ocl/src/opencl/objdetect_hog.cl
	modules/ocl/src/precomp.hpp
	modules/photo/src/precomp.hpp
	modules/stitching/src/precomp.hpp
	modules/superres/perf/perf_precomp.hpp
	modules/superres/src/optical_flow.cpp
	modules/superres/src/precomp.hpp
	modules/superres/test/test_precomp.hpp
	modules/ts/include/opencv2/ts.hpp
	modules/video/src/precomp.hpp
	modules/videostab/src/precomp.hpp
	modules/world/src/precomp.hpp
2013-08-06 13:56:49 +04:00
..
arithm_2_mat.cl
arithm_absdiff.cl Merge branch '2.4' 2013-04-05 21:11:59 +04:00
arithm_add_scalar_mask.cl Fix some OpenCL kernel file build errors on Mac. 2013-05-28 11:12:05 +08:00
arithm_add_scalar.cl Fix arithm's substract mismatch caused by incomplete merge 2013-04-13 15:57:12 +08:00
arithm_add.cl Fix some OpenCL kernel file build errors on Mac. 2013-05-28 11:12:05 +08:00
arithm_addWeighted.cl Merge branch '2.4' 2013-04-05 21:11:59 +04:00
arithm_bitwise_binary_mask.cl Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
arithm_bitwise_binary_scalar_mask.cl Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
arithm_bitwise_binary_scalar.cl Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
arithm_bitwise_binary.cl Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
arithm_bitwise_not.cl Merge branch '2.4' 2013-04-05 21:11:59 +04:00
arithm_cartToPolar.cl
arithm_compare_eq.cl Merge branch '2.4' 2013-04-05 21:11:59 +04:00
arithm_compare_ne.cl Merge branch '2.4' 2013-04-05 21:11:59 +04:00
arithm_div.cl Merge branch '2.4' 2013-04-05 21:11:59 +04:00
arithm_exp.cl
arithm_flip_rc.cl
arithm_flip.cl Merge branch '2.4' 2013-04-12 15:35:38 +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
arithm_mul.cl Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-05-27 16:58:04 +04:00
arithm_nonzero.cl
arithm_phase.cl
arithm_polarToCart.cl
arithm_pow.cl
arithm_sum_3.cl
arithm_sum.cl
arithm_transpose.cl
blend_linear.cl
brute_force_match.cl Merge branch '2.4' 2013-04-17 12:07:17 +04:00
build_warps.cl
convertC3C4.cl
cvt_color.cl
filter_sep_col.cl
filter_sep_row.cl Merge branch '2.4' 2013-04-12 15:35:38 +04:00
filtering_boxFilter.cl make boxfilter kernel compile on Mac GPU OCL 2013-04-15 16:46:25 +08:00
filtering_laplacian.cl Fix ocl::filter2D. 2013-05-31 10:53:52 +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 Add non-stump based ocl Haar cascade classifier support. 2013-05-30 14:01:19 +08:00
haarobjectdetect.cl Merge remote-tracking branch 'origin/2.4' 2013-06-05 15:42:07 +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 Add ocl CLACH implementation. 2013-06-10 18:37:48 +08:00
imgproc_columnsum.cl
imgproc_convolve.cl
imgproc_copymakeboder.cl
imgproc_gftt.cl Fix ocl gftt file name typo. 2013-07-10 14:51:40 +08:00
imgproc_histogram.cl
imgproc_hough.cl Merge branch '2.4' 2013-03-21 23:11:54 +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
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 Merge branch '2.4' 2013-04-12 15:35:38 +04:00
imgproc_warpPerspective.cl Merge branch '2.4' 2013-04-12 15:35:38 +04:00
interpolate_frames.cl
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 Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-07-03 19:53:21 +04:00
objdetect_hog.cl Merge remote-tracking branch 'origin/2.4' 2013-08-06 13:56:49 +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 stereoBM fix an error on Linux when running full performance test 2013-06-28 17:45:39 +08:00
stereobp.cl Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-07-08 18:47:38 +04:00
stereocsbp.cl Fix thread sync for csbp. 2013-04-23 17:35:40 +08:00
tvl1flow.cl add OpticalFlowDual_TVL1_OCL function 2013-05-17 15:34:22 +08:00