• Li Peng's avatar
    morph ocl kernel for erode and dilate filter · 35198b84
    Li Peng authored
    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: 's avatarLi Peng <peng.li@intel.com>
    35198b84
Name
Last commit
Last update
..
test_accumulate.cpp Loading commit data...
test_blend.cpp Loading commit data...
test_boxfilter.cpp Loading commit data...
test_canny.cpp Loading commit data...
test_color.cpp Loading commit data...
test_filter2d.cpp Loading commit data...
test_filters.cpp Loading commit data...
test_gftt.cpp Loading commit data...
test_histogram.cpp Loading commit data...
test_houghlines.cpp Loading commit data...
test_imgproc.cpp Loading commit data...
test_match_template.cpp Loading commit data...
test_medianfilter.cpp Loading commit data...
test_pyramids.cpp Loading commit data...
test_sepfilter2D.cpp Loading commit data...
test_warp.cpp Loading commit data...