opencv2/gapi/ocl/goclkernel.hpp#
#include <vector>
#include <functional>
#include <map>
#include <unordered_map>
#include <opencv2/core/mat.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/garg.hpp>
Include dependency graph for goclkernel.hpp:
This graph shows which files directly or indirectly include goclkernel.hpp:
Classes#
struct cv::detail::OCLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_and_postprocess
class cv::GOCLContext
class cv::GOCLKernel
class cv::GOCLKernelImpl
struct cv::detail::ocl_get_in
struct cv::detail::ocl_get_in< <a href="classcv_1_1GArray.html">cv::GArray</a>< U > >
struct cv::detail::ocl_get_in< <a href="classcv_1_1GFrame.html">cv::GFrame</a> >
struct cv::detail::ocl_get_in< <a href="classcv_1_1GMat.html">cv::GMat</a> >
struct cv::detail::ocl_get_in< <a href="classcv_1_1GOpaque.html">cv::GOpaque</a>< U > >
struct cv::detail::ocl_get_in< <a href="classcv_1_1GScalar.html">cv::GScalar</a> >
struct cv::detail::ocl_get_out< <a href="classcv_1_1GArray.html">cv::GArray</a>< U > >
struct cv::detail::ocl_get_out< <a href="classcv_1_1GMat.html">cv::GMat</a> >
struct cv::detail::ocl_get_out< <a href="classcv_1_1GOpaque.html">cv::GOpaque</a>< U > >
struct cv::detail::ocl_get_out< <a href="classcv_1_1GScalar.html">cv::GScalar</a> >
struct cv::detail::OCLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >
struct cv::detail::tracked_cv_umat
Namespaces#
namespace cv
namespace cv::detail
namespace cv::gapi
namespace cv::gapi::ocl
namespace cv::gimpl
Functions#
cv::gapi::GBackend cv::gapi::ocl::backend ()
Get a reference to OCL backend.