OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::GComputationT< R(Args...)> 类模板参考

#include <opencv2/gapi/gtyped.hpp>

cv::GComputationT< R(Args...)> 的协作图

类  GCompiledT
 

公共类型

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

公共成员函数

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

成员类型定义文档

◆ Gen

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

构造函数和析构函数文档

◆ GComputationT()

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

成员函数文档

◆ apply() [1/2]

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

◆ apply() [2/2]

template<typename R , typename... Args>
void cv::GComputationT< R(Args...)>::apply ( detail::ProtoToParamT< Args >... inArgs,
detail::ProtoToParamT< R > & outArg,
GCompileArgs && args )
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
以下是此函数的调用图

此类的文档是从以下文件生成的: