OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::detail::OCLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > > Struct Template Reference

#include <opencv2/gapi/ocl/goclkernel.hpp>

Classes

struct  call_and_postprocess

Static Public Member Functions

static void call (GOCLContext &ctx)
template<int... IIs, int... OIs>
static void call_impl (GOCLContext &ctx, detail::Seq< IIs... >, detail::Seq< OIs... >)

Member Function Documentation

◆ call()

template<typename Impl, typename... Ins, typename... Outs>
void cv::detail::OCLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call ( GOCLContext & ctx)
inlinestatic

◆ call_impl()

template<typename Impl, typename... Ins, typename... Outs>
template<int... IIs, int... OIs>
void cv::detail::OCLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_impl ( GOCLContext & ctx,
detail::Seq< IIs... > ,
detail::Seq< OIs... >  )
inlinestatic

The documentation for this struct was generated from the following file: