opencv/modules/imgproc
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
..
doc Fix rho,phi exchange and amend linearPolar & logPolar docs with details and pics. 2016-08-16 12:49:33 +02:00
include/opencv2 add border replicate note 2016-10-10 09:55:13 +02:00
misc/java Java wrapper for moments: do not truncate values in set method 2016-03-31 12:57:10 +03:00
perf use universal intrinsic in threshold 2016-10-11 18:00:41 +09:00
src morph ocl kernel for erode and dilate filter 2016-11-04 12:24:24 +08:00
test morph ocl kernel for erode and dilate filter 2016-11-04 12:24:24 +08:00
CMakeLists.txt Python support 2015-03-02 18:13:00 +03:00