opencv/modules/imgproc/test/ocl
Li Peng 35198b84a4 morph ocl kernel for erode and dilate filter
This kernel is for CV_8UC1 format and 3x3 kernel size,
It is about 33% ~ 55% faster than current ocl kernel with below perf test

python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_ErodeFixture*
python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_DilateFixture*

Also add accuracy test cases for this kernel, the test command is

./bin/opencv_test_imgproc --gtest_filter=OCL_Filter/MorphFilter3x3*

Signed-off-by: Li Peng <peng.li@intel.com>
2016-11-04 12:24:24 +08:00
..
test_accumulate.cpp world fix 2014-08-05 20:12:35 +04:00
test_blend.cpp world fix 2014-08-05 20:12:35 +04:00
test_boxfilter.cpp world fix 2014-08-05 20:12:35 +04:00
test_canny.cpp ocl: update Canny test threshold 2016-09-28 13:38:02 +03:00
test_color.cpp imgproc: fix accuracy check for HLS cvtColor 2016-08-19 17:32:17 +03:00
test_filter2d.cpp fixed tests for ocl_filter2d, ocl_matchTemplate, ocl_histogram.cpp 2014-08-07 15:36:00 +04:00
test_filters.cpp morph ocl kernel for erode and dilate filter 2016-11-04 12:24:24 +08:00
test_gftt.cpp world fix 2014-08-05 20:12:35 +04:00
test_histogram.cpp eliminate compiler warnings 2016-10-08 02:19:43 +03:00
test_houghlines.cpp eliminate compiler warnings 2016-10-08 02:19:43 +03:00
test_imgproc.cpp eliminate compiler warnings 2016-10-08 02:19:43 +03:00
test_match_template.cpp eliminate compiler warnings 2016-10-08 02:19:43 +03:00
test_medianfilter.cpp eliminate compiler warnings 2016-10-08 02:19:43 +03:00
test_pyramids.cpp world fix 2014-08-05 20:12:35 +04:00
test_sepfilter2D.cpp world fix 2014-08-05 20:12:35 +04:00
test_warp.cpp disabled some kernels for Android && NVidia 2015-03-04 14:46:49 +03:00