mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 22:00:25 +08:00
35198b84a4
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> |
||
---|---|---|
.. | ||
test_accumulate.cpp | ||
test_blend.cpp | ||
test_boxfilter.cpp | ||
test_canny.cpp | ||
test_color.cpp | ||
test_filter2d.cpp | ||
test_filters.cpp | ||
test_gftt.cpp | ||
test_histogram.cpp | ||
test_houghlines.cpp | ||
test_imgproc.cpp | ||
test_match_template.cpp | ||
test_medianfilter.cpp | ||
test_pyramids.cpp | ||
test_sepfilter2D.cpp | ||
test_warp.cpp |