OpenCV 4.12.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)
 

成員 Typedef 文件

◆ 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
此函式的呼叫圖如下

此類文件由以下檔案生成