opencv/modules
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
..
calib3d Add distortion example images for calib3d documentation. 2016-10-09 20:35:58 +02:00
core Merge pull request #7428 from alalek:cmake_fix_compiler_flags_detection 2016-10-12 19:38:25 +00:00
cudaarithm Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
cudabgsegm Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudacodec Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudafeatures2d Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
cudafilters fix defines typo 2016-10-03 18:29:11 +03:00
cudaimgproc Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudalegacy Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
cudaobjdetect Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudaoptflow Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
cudastereo Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudawarping Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudev Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
features2d fix regression issues in Feature2D and DescriptorMatcher interfaces 2016-10-16 13:36:40 +04:00
flann Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
highgui fix BGR <> RGB swap 2016-10-14 12:06:50 +02:00
imgcodecs Solution to issue #7408 2016-10-07 21:29:08 +02:00
imgproc morph ocl kernel for erode and dilate filter 2016-11-04 12:24:24 +08:00
java Merge pull request #7476 from abratchik:java.wrapper.fix.3.1 2016-10-15 09:21:45 +00:00
ml Merge pull request #7371 from mshabunin:aruco-java-wrap 2016-10-01 15:38:59 +00:00
objdetect allow minObjectSize==maxObjectSize for single scale detection capability 2016-10-13 16:05:23 +02:00
photo eliminate compiler warnings 2016-10-08 02:19:43 +03:00
python add vector_vector_KeyPoint support to python wrappers 2016-10-16 19:09:35 +04:00
shape Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
stitching eliminate compiler warnings 2016-10-08 02:19:43 +03:00
superres Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
ts eliminate compiler warnings 2016-10-08 02:19:43 +03:00
video Merge pull request #7428 from alalek:cmake_fix_compiler_flags_detection 2016-10-12 19:38:25 +00:00
videoio Merge pull request #7472 from ArkadiuszRaj:aravis-autoexposure 2016-10-16 19:14:58 +03:00
videostab Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
viz Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
world Fixed identifiers warns 2016-09-30 15:16:29 +05:30
CMakeLists.txt world fix 2014-08-05 20:12:35 +04:00