opencv/modules/ocl/src/opencl
Alexander Alekhin e845184843 Merge remote-tracking branch 'upstream/2.4' into merge-2.4
* #1538 from StevenPuttemans:bugfix_3283
* #1545 from alalek:ocl_test_fix_rng
* #1551 from alalek:cmake_install_win
* #1570 from ilya-lavrenov:ipp_warn_fix
* #1573 from alalek:perf_simple_strategy
* #1574 from alalek:svm_workaround
* #1576 from alalek:ocl_fix_cl_double
* #1577 from ilya-lavrenov:ocl_setto_opencl12
* #1578 from asmorkalov:android_fd_cp_fix
* #1579 from ilya-lavrenov:ocl_norm
* #1582 from sperrholz:ocl-arithm-additions
* #1586 from ilya-lavrenov:ocl_setto_win_fix
* #1589 from ilya-lavrenov:pr1582_fix
* #1591 from alalek:ocl_remove_cl_hpp_h
* #1592 from alalek:ocl_program_cache_update
* #1593 from ilya-lavrenov:ocl_war_on_double
* #1594 from ilya-lavrenov:ocl_perf
* #1595 from alalek:cl_code_cleanup
* #1596 from alalek:test_fix_run_py
* #1597 from alalek:ocl_fix_cleanup
* #1598 from alalek:ocl_fix_build_mac
* #1599 from ilya-lavrenov:ocl_mac_kernel_warnings
* #1601 from ilya-lavrenov:ocl_fix_tvl1_and_sparse
* #1602 from alalek:ocl_test_dump_info
* #1603 from ilya-lavrenov:ocl_disable_svm_noblas
* #1605 from alalek:ocl_fixes
* #1606 from ilya-lavrenov:ocl_imgproc
* #1607 from ilya-lavrenov:ocl_fft_cleanup
* #1608 from alalek:fix_warn_upd_haar
* #1609 from ilya-lavrenov:ocl_some_optimization
* #1610 from alalek:ocl_fix_perf_kalman
* #1612 from alalek:ocl_fix_string_info
* #1614 from ilya-lavrenov:ocl_svm_misprint
* #1616 from ilya-lavrenov:ocl_cvtColor
* #1617 from ilya-lavrenov:ocl_info
* #1622 from a0byte:2.4
* #1625 from ilya-lavrenov:to_string

Conflicts:
	cmake/OpenCVConfig.cmake
	cmake/OpenCVDetectPython.cmake
	cmake/OpenCVGenConfig.cmake
	modules/core/CMakeLists.txt
	modules/nonfree/src/surf.ocl.cpp
	modules/ocl/include/opencv2/ocl/ocl.hpp
	modules/ocl/include/opencv2/ocl/private/util.hpp
	modules/ocl/perf/main.cpp
	modules/ocl/src/arithm.cpp
	modules/ocl/src/cl_operations.cpp
	modules/ocl/src/cl_programcache.cpp
	modules/ocl/src/color.cpp
	modules/ocl/src/fft.cpp
	modules/ocl/src/filtering.cpp
	modules/ocl/src/gemm.cpp
	modules/ocl/src/haar.cpp
	modules/ocl/src/imgproc.cpp
	modules/ocl/src/matrix_operations.cpp
	modules/ocl/src/pyrlk.cpp
	modules/ocl/src/split_merge.cpp
	modules/ocl/src/svm.cpp
	modules/ocl/test/main.cpp
	modules/ocl/test/test_fft.cpp
	modules/ocl/test/test_moments.cpp
	modules/ocl/test/test_objdetect.cpp
	modules/ocl/test/test_optflow.cpp
	modules/ocl/test/utility.hpp
	modules/python/CMakeLists.txt
	modules/ts/include/opencv2/ts.hpp
	modules/ts/src/ts_perf.cpp
	samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp
2013-10-15 20:08:52 +04:00
..
arithm_absdiff_nonsaturate.cl fixed kernel compilation warnings on MacOSX 2013-10-10 22:56:39 +04:00
arithm_add_mask.cl refactored arithm binary operations in order to make them more scalable 2013-10-04 12:13:22 +04:00
arithm_add_scalar_mask.cl some optimization of binary ocl::bitwise operations 2013-10-13 23:25:59 +04:00
arithm_add_scalar.cl some optimization of binary ocl::bitwise operations 2013-10-13 23:25:59 +04:00
arithm_add.cl some optimization of binary ocl::bitwise operations 2013-10-13 23:25:59 +04:00
arithm_addWeighted.cl refactored and extended ocl::addWeighted 2013-09-24 13:51:37 +04:00
arithm_bitwise_binary_mask.cl some optimization of binary ocl::bitwise operations 2013-10-13 23:25:59 +04:00
arithm_bitwise_binary_scalar_mask.cl some optimization of binary ocl::bitwise operations 2013-10-13 23:25:59 +04:00
arithm_bitwise_binary_scalar.cl some optimization of binary ocl::bitwise operations 2013-10-13 23:25:59 +04:00
arithm_bitwise_binary.cl some optimization of binary ocl::bitwise operations 2013-10-13 23:25:59 +04:00
arithm_bitwise_not.cl fixed ocl::bitwise_not in case of CV_8UC1, CV_8UC2 2013-10-02 16:09:29 +04:00
arithm_cartToPolar.cl
arithm_compare.cl refactored and extended ocl::compare 2013-09-24 13:58:18 +04:00
arithm_exp.cl refactored and extended ocl::exp and ocl::log 2013-09-24 14:02:01 +04:00
arithm_flip_rc.cl
arithm_flip.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
arithm_log.cl refactored and extended ocl::exp and ocl::log 2013-09-24 14:02:01 +04:00
arithm_LUT.cl refactored and extended ocl::LUT 2013-09-24 13:49:38 +04:00
arithm_magnitude.cl
arithm_minMax_mask.cl
arithm_minMax.cl fixed ocl::minMax 2013-09-27 16:25:10 +04:00
arithm_minMaxLoc_mask.cl
arithm_minMaxLoc.cl fixed minMaxLoc kernel (removed compilation errors) 2013-09-25 15:14:10 +04:00
arithm_nonzero.cl fixed ocl::countNonZero 2013-09-27 17:35:06 +04:00
arithm_phase.cl fixed ocl::phase 2013-09-30 16:02:14 +04:00
arithm_polarToCart.cl
arithm_pow.cl
arithm_setidentity.cl fixed ocl::setIdentity 2013-09-30 16:54:09 +04:00
arithm_sum.cl fixed kernel compilation warnings on MacOSX 2013-10-10 22:56:39 +04:00
arithm_transpose.cl reverted and generalized original ocl::transpose 2013-09-25 14:22:37 +04:00
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 fixed convertC3C4 and convertC4C3 functions in case cols == 1 2013-10-03 10:45:15 +04:00
cvt_color.cl ocl::cvtColor works with ROI properly 2013-10-13 23:09:14 +04:00
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 enabled accuracy tests for the functions that use inside AMD Blas/Fft 2013-10-11 00:37:52 +04: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
knearest.cl Added knearest neighbor of OpenCL version. 2013-09-22 10:23:54 +08:00
match_template.cl fix the compile errors on Mac 2013-04-12 17:38:59 +08:00
meanShift.cl
merge_mat.cl fixed ocl::merge in case of 2 and types CV_32S and CV_32F 2013-09-09 16:12:01 +04:00
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 extended ocl::convertTo 2013-09-12 12:39:03 +04:00
operator_copyToM.cl fixed ocl::oclMat::setTo for 2-channel images 2013-09-20 15:57:38 +04:00
operator_setTo.cl fixed ocl::oclMat::setTo for 2-channel images 2013-09-20 15:57:38 +04:00
operator_setToM.cl fixed ocl::oclMat::setTo for 2-channel images 2013-09-20 15:57:38 +04:00
optical_flow_farneback.cl Fix white-spacing 2013-06-27 09:57:42 +08:00
pyr_down.cl added CV_16UC(1, 3, 4), CV_16SC(1, 3, 4) data types support in ocl::pyrUp and ocl::pyrDown 2013-09-10 17:36:18 +04:00
pyr_up.cl fixed ocl::pyrUp for 2-byte types 2013-09-15 19:56:05 +04:00
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 enabled accuracy tests for the functions that use inside AMD Blas/Fft 2013-10-11 00:37:52 +04:00
stereocsbp.cl Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
svm.cl Add opencl svm. 2013-09-30 16:17:19 +08:00
tvl1flow.cl Make some tweaks to make sum operations less frequently 2013-08-27 11:42:54 +08:00