GuidedFilter  1.2.0
 Hosted by GitHub
File List
Here is a list of all files with brief descriptions:
 algorithms.cppDefines classes that organize the execution of OpenCL kernels
 algorithms.hppDeclares classes that organize the execution of OpenCL kernels
 boxFilter_kernels.clKernels for performing Box Filtering
 common.hppDeclares classes used by the OpenCL interface classes in cl_algo
 examples_kernels.clKernels used by the provided example applications
 guidedFilter_image.cppAn example showcasing the effect of the Guided Filter algorithm on RGB images
 guidedFilter_kernels.clKernels for performing Guided Image Filtering
 guidedFilter_kinect_point_cloud.cppAn example showcasing the effect of the Guided Filter algorithm on depth images
 guidedFilter_kinect_rgb.cppAn example showcasing the effect of the Guided Filter algorithm on color images
 helper_funcs.cppHelper functions for testing
 helper_funcs.hppDeclarations of helper functions for testing
 imageSupport_kernels.clKernels for manipulating images
 math.cppDefines classes that organize the execution of OpenCL math kernels
 math.hppDeclares classes that organize the execution of OpenCL math kernels
 math_kernels.clKernels for performing math operations
 scan_kernels.clKernels for performing the Scan operation
 testsBoxFilter.cppGoogle Test Unit Tests for the Box Filtering kernels
 testsGuidedFilter.cppGoogle Test Unit Tests for the Guided Filtering pipelines
 testsImageSupport.cppGoogle Test Unit Tests for the Image Support kernels
 testsMath.cppGoogle Test Unit Tests for math kernels
 transpose_kernels.clKernels for performing the Transpose operation