Defines classes that organize the execution of OpenCL kernels. More...
#include <iostream>#include <sstream>#include <cmath>#include <CLUtils.hpp>#include <GuidedFilter/algorithms.hpp>#include <GuidedFilter/math.hpp>
Namespaces | |
| cl_algo | |
| Offers classes which set up kernel execution parameters and provide interfaces for the handling of memory objects. | |
| cl_algo::GF | |
| Offers classes associated with the Guided Filter algorithm. | |
| cl_algo::GF::Kinect | |
Offers classes that relate to some kind of processing of the Kinect RGB and Depth streams. | |
Defines classes that organize the execution of OpenCL kernels.
Each class hides the details of the execution of a kernel. They initialize the necessary buffers, set up the workspaces, and run the kernels.
1.8.9.1