OpenCV  4.5.3
Open Source Computer Vision
Classes | Public Types | Public Member Functions | List of all members
cv::GComputationT< R(Args...)> Class Template Reference

#include <opencv2/gapi/gtyped.hpp>

Classes

class  GCompiledT
 

Public Types

typedef std::function< R(Args...)> Gen
 

Public Member Functions

 GComputationT (const Gen &generator)
 
void apply (detail::ProtoToParamT< Args >... inArgs, detail::ProtoToParamT< R > &outArg, GCompileArgs &&args)
 
void apply (detail::ProtoToParamT< Args >... inArgs, detail::ProtoToParamT< R > &outArg)
 
GCompiledT compile (detail::ProtoToMetaT< Args >... inDescs)
 
GCompiledT compile (detail::ProtoToMetaT< Args >... inDescs, GCompileArgs &&args)
 

Member Typedef Documentation

◆ Gen

template<typename R , typename... Args>
typedef std::function<R(Args...)> cv::GComputationT< R(Args...)>::Gen

Constructor & Destructor Documentation

◆ GComputationT()

template<typename R , typename... Args>
cv::GComputationT< R(Args...)>::GComputationT ( const Gen generator)
inline

Member Function Documentation

◆ apply() [1/2]

template<typename R , typename... Args>
void cv::GComputationT< R(Args...)>::apply ( detail::ProtoToParamT< Args >...  inArgs,
detail::ProtoToParamT< R > &  outArg,
GCompileArgs &&  args 
)
inline

◆ apply() [2/2]

template<typename R , typename... Args>
void cv::GComputationT< R(Args...)>::apply ( detail::ProtoToParamT< Args >...  inArgs,
detail::ProtoToParamT< R > &  outArg 
)
inline

◆ compile() [1/2]

template<typename R , typename... Args>
GCompiledT cv::GComputationT< R(Args...)>::compile ( detail::ProtoToMetaT< Args >...  inDescs)
inline

◆ compile() [2/2]

template<typename R , typename... Args>
GCompiledT cv::GComputationT< R(Args...)>::compile ( detail::ProtoToMetaT< Args >...  inDescs,
GCompileArgs &&  args 
)
inline

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