OpenCV  4.0.0
Open Source Computer Vision
Classes | Static Public Member Functions | List of all members
cv::detail::GPUCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > > Struct Template Reference

#include "ggpukernel.hpp"

Classes

struct  call_and_postprocess
 

Static Public Member Functions

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

Member Function Documentation

§ call()

template<typename Impl , typename... Ins, typename... Outs>
static void cv::detail::GPUCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call ( GGPUContext ctx)
inlinestatic

§ call_impl()

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

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