opencv2/gapi/cpu/gcpukernel.hpp#
#include <functional>
#include <unordered_map>
#include <utility>
#include <vector>
#include <opencv2/core/mat.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/garg.hpp>
#include <opencv2/gapi/gmetaarg.hpp>
#include <opencv2/gapi/util/compiler_hints.hpp>
#include <opencv2/gapi/util/util.hpp>
Include dependency graph for gcpukernel.hpp:
Classes#
struct cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_and_postprocess
struct cv::detail::OCVStCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_and_postprocess
class cv::GCPUContext
class cv::GCPUKernel
class cv::GCPUKernelImpl
class cv::GCPUStKernelImpl
struct cv::detail::get_in
struct cv::detail::get_in< <a href="classcv_1_1GArray.html">cv::GArray</a>< U > >
struct cv::detail::get_in< <a href="classcv_1_1GFrame.html">cv::GFrame</a> >
struct cv::detail::get_in< <a href="classcv_1_1GMat.html">cv::GMat</a> >
struct cv::detail::get_in< <a href="classcv_1_1GMatP.html">cv::GMatP</a> >
struct cv::detail::get_in< <a href="classcv_1_1GOpaque.html">cv::GOpaque</a>< U > >
struct cv::detail::get_in< <a href="classcv_1_1GScalar.html">cv::GScalar</a> >
struct cv::detail::get_out< <a href="classcv_1_1GArray.html">cv::GArray</a>< U > >
struct cv::detail::get_out< <a href="classcv_1_1GFrame.html">cv::GFrame</a> >
struct cv::detail::get_out< <a href="classcv_1_1GMat.html">cv::GMat</a> >
struct cv::detail::get_out< <a href="classcv_1_1GMatP.html">cv::GMatP</a> >
struct cv::detail::get_out< <a href="classcv_1_1GOpaque.html">cv::GOpaque</a>< U > >
struct cv::detail::get_out< <a href="classcv_1_1GScalar.html">cv::GScalar</a> >
class cv::gapi::cpu::GOCVFunctor
struct cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >
struct cv::detail::OCVSetupHelper< Impl, std::tuple< Ins... > >
struct cv::detail::OCVStCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >
struct cv::detail::tracked_cv_mat
Namespaces#
namespace cv
namespace cv::detail
namespace cv::gapi
namespace cv::gapi::cpu
namespace cv::gimpl
Functions#
cv::gapi::GBackend cv::gapi::cpu::backend ()
Get a reference to CPU (OpenCV) backend.