|
GuidedFilter
1.2.0
|
Hosted by GitHub | ![]() |
| algorithms.cpp | Defines classes that organize the execution of OpenCL kernels |
| algorithms.hpp | Declares classes that organize the execution of OpenCL kernels |
| boxFilter_kernels.cl | Kernels for performing Box Filtering |
| common.hpp | Declares classes used by the OpenCL interface classes in cl_algo |
| examples_kernels.cl | Kernels used by the provided example applications |
| guidedFilter_image.cpp | An example showcasing the effect of the Guided Filter algorithm on RGB images |
| guidedFilter_kernels.cl | Kernels for performing Guided Image Filtering |
| guidedFilter_kinect_point_cloud.cpp | An example showcasing the effect of the Guided Filter algorithm on depth images |
| guidedFilter_kinect_rgb.cpp | An example showcasing the effect of the Guided Filter algorithm on color images |
| helper_funcs.cpp | Helper functions for testing |
| helper_funcs.hpp | Declarations of helper functions for testing |
| imageSupport_kernels.cl | Kernels for manipulating images |
| math.cpp | Defines classes that organize the execution of OpenCL math kernels |
| math.hpp | Declares classes that organize the execution of OpenCL math kernels |
| math_kernels.cl | Kernels for performing math operations |
| scan_kernels.cl | Kernels for performing the Scan operation |
| testsBoxFilter.cpp | Google Test Unit Tests for the Box Filtering kernels |
| testsGuidedFilter.cpp | Google Test Unit Tests for the Guided Filtering pipelines |
| testsImageSupport.cpp | Google Test Unit Tests for the Image Support kernels |
| testsMath.cpp | Google Test Unit Tests for math kernels |
| transpose_kernels.cl | Kernels for performing the Transpose operation |
1.8.9.1