opencv/modules/ocl/test
Roman Donchenko f07769e9d8 Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
	cmake/OpenCVDetectOpenCL.cmake
	cmake/OpenCVModule.cmake
	modules/imgproc/src/floodfill.cpp
	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/blend.cpp
	modules/ocl/src/build_warps.cpp
	modules/ocl/src/canny.cpp
	modules/ocl/src/cl_programcache.hpp
	modules/ocl/src/columnsum.cpp
	modules/ocl/src/haar.cpp
	modules/ocl/src/hog.cpp
	modules/ocl/src/imgproc.cpp
	modules/ocl/src/initialization.cpp
	modules/ocl/src/match_template.cpp
	modules/ocl/src/matrix_operations.cpp
	modules/ocl/src/mcwutil.cpp
	modules/ocl/src/moments.cpp
	modules/ocl/src/mssegmentation.cpp
	modules/ocl/src/precomp.hpp
	modules/ocl/src/pyrdown.cpp
	modules/ocl/src/pyrlk.cpp
	modules/ocl/src/pyrup.cpp
	modules/ocl/src/split_merge.cpp
	modules/ocl/src/stereo_csbp.cpp
	modules/ocl/src/stereobm.cpp
	modules/ocl/test/main.cpp
	samples/ocl/bgfg_segm.cpp
	samples/ocl/facedetect.cpp
	samples/ocl/pyrlk_optical_flow.cpp
	samples/ocl/squares.cpp
	samples/ocl/stereo_match.cpp
	samples/ocl/surf_matcher.cpp
	samples/ocl/tvl1_optical_flow.cpp
2013-10-08 17:57:23 +04:00
..
main.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-10-08 17:57:23 +04:00
test_arithm.cpp refactored arithm binary operations in order to make them more scalable 2013-10-04 12:13:22 +04:00
test_bgfg.cpp fixed mog2 2013-10-04 18:19:01 +04:00
test_blend.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
test_brute_force_matcher.cpp Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
test_calib3d.cpp Renamed ocl tests' precomp files according to convention. 2013-08-08 18:18:54 +04:00
test_canny.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
test_color.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-08-19 19:02:36 +04:00
test_fft.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-08-19 19:02:36 +04:00
test_filters.cpp add adaptive bilateral filter (cpp and ocl version) 2013-08-29 10:48:15 +08:00
test_gemm.cpp Renamed ocl tests' precomp files according to convention. 2013-08-08 18:18:54 +04:00
test_hough.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-08-19 19:02:36 +04:00
test_imgproc.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-10-08 17:57:23 +04:00
test_kalman.cpp Removed whitespace. 2013-09-09 17:00:33 +08:00
test_kmeans.cpp Merge commit '43aec5ad' into merge-2.4 2013-08-27 13:26:44 +04:00
test_match_template.cpp removed useless output 2013-09-15 22:04:22 +04:00
test_matrix_operation.cpp ocl: merge with upstream/2.4 2013-10-03 23:26:06 +04:00
test_ml.cpp Fix new blank line at EOF. 2013-09-30 16:20:43 +08:00
test_moments.cpp removed gpu name usage from ocl module 2013-09-02 14:00:41 +04:00
test_objdetect.cpp removed useless output 2013-09-15 22:04:22 +04:00
test_optflow.cpp fixed pyrlk optical flow 2013-10-04 17:56:02 +04:00
test_precomp.hpp Merge remote-tracking branch 'origin/2.4' 2013-10-01 15:57:33 +04:00
test_pyramids.cpp 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
test_sort.cpp Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
test_split_merge.cpp fixed ocl::merge in case of 2 and types CV_32S and CV_32F 2013-09-09 16:12:01 +04:00
utility.cpp Merge branch 'master' into gpu-cuda-rename 2013-09-11 09:41:23 +04:00
utility.hpp Merge remote-tracking branch 'origin/2.4' 2013-10-01 15:57:33 +04:00