Add ocl CLACH implementation.
authorPeng Xiao <pengxiao@outlook.com>
Mon, 10 Jun 2013 10:37:48 +0000 (18:37 +0800)
committerPeng Xiao <pengxiao@outlook.com>
Mon, 10 Jun 2013 10:37:48 +0000 (18:37 +0800)
commit1d8cd3a717160f2097bcb7765097ed6196b3b535
treeb73b6ae20b6100e1e5e4e60f6d9cb81e4704b860
parent4cf7a963a0cf5a8a06152f460d485ac48c4f82ce
Add ocl CLACH implementation.
Test cases (accuracy and performance) are provided.
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_imgproc.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/opencl/imgproc_clahe.cl [new file with mode: 0644]
modules/ocl/test/test_imgproc.cpp