OpenCV  4.3.0
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

template<typename K , typename... Ins, typename Out >
static GComputation cv::detail::TransHelper< K, std::tuple< Ins...>, Out >::get_pattern ( )
inlinestatic
template<typename K , typename... Ins, typename Out >
static GComputation cv::detail::TransHelper< K, std::tuple< Ins...>, Out >::get_substitute ( )
inlinestatic
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: