OpenCV  4.7.0-dev
Open Source Computer Vision
Static Public Member Functions | List of all members
cv::detail::TransHelper< K, std::tuple< Ins... >, Out > Struct Template Reference

#include <opencv2/gapi/gtransform.hpp>

Static Public Member Functions

static GComputation get_pattern ()
 
static GComputation get_substitute ()
 
template<typename Callable , int... IIs, int... OIs>
static GComputation invoke (Callable f, Seq< IIs... >, Seq< OIs... >)
 

Member Function Documentation

◆ get_pattern()

template<typename K , typename... Ins, typename Out >
static GComputation cv::detail::TransHelper< K, std::tuple< Ins... >, Out >::get_pattern ( )
inlinestatic

◆ get_substitute()

template<typename K , typename... Ins, typename Out >
static GComputation cv::detail::TransHelper< K, std::tuple< Ins... >, Out >::get_substitute ( )
inlinestatic

◆ invoke()

template<typename K , typename... Ins, typename Out >
template<typename Callable , int... IIs, int... OIs>
static GComputation cv::detail::TransHelper< K, std::tuple< Ins... >, Out >::invoke ( Callable  f,
Seq< IIs... >  ,
Seq< OIs... >   
)
inlinestatic

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