refactored filters in the ocl module; added an accuracy tests for ocl::medianFilter
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Mon, 14 Oct 2013 10:45:15 +0000 (14:45 +0400)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Thu, 17 Oct 2013 08:23:56 +0000 (12:23 +0400)
commitda3b7c79b81ac0cab7023a0fff9c742741b24ee0
tree21bbfee4c13419457a3cd71ff6cf962f05daac4f
parentc5afaa4e8dfe507e87531f7688b9cf65c1f701c6
refactored filters in the ocl module; added an accuracy tests for ocl::medianFilter
modules/ocl/doc/image_filtering.rst
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/filtering.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/opencl/filtering_laplacian.cl
modules/ocl/src/opencl/filtering_morph.cl
modules/ocl/src/opencl/imgproc_bilateral.cl
modules/ocl/test/test_filters.cpp
modules/ocl/test/test_imgproc.cpp