OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::GCPUContext 類參考

#include <opencv2/gapi/cpu/gcpukernel.hpp>

cv::GCPUContext 的協作圖

公共成員函式

template<typename T >
const T & inArg (int input)
 
const cv::MatinMat (int input)
 
const cv::ScalarinVal (int input)
 
cv::MediaFrameoutFrame (int output)
 
cv::MatoutMatR (int output)
 
template<typename T >
T & outOpaqueR (int output)
 
cv::ScalaroutValR (int output)
 
template<typename T >
std::vector< T > & outVecR (int output)
 
GArg 狀態 ()
 

保護成員函式

detail::OpaqueRefoutOpaqueRef (int output)
 
detail::VectorRefoutVecRef (int output)
 

保護屬性

std::vector< GArgm_args
 
std::unordered_map< std::size_t, GRunArgPm_results
 
GArg m_state
 

友元

class gimpl::GCPUExecutable
 

成員函式文件

◆ inArg()

template<typename T >
const T & cv::GCPUContext::inArg ( int input)
inline

◆ inMat()

const cv::Mat & cv::GCPUContext::inMat ( int input)

◆ inVal()

const cv::Scalar & cv::GCPUContext::inVal ( int input)

◆ outFrame()

cv::MediaFrame & cv::GCPUContext::outFrame ( int 輸出)

◆ outMatR()

cv::Mat & cv::GCPUContext::outMatR ( int 輸出)

◆ outOpaqueR()

template<typename T >
T & cv::GCPUContext::outOpaqueR ( int 輸出)
inline

◆ outOpaqueRef()

detail::OpaqueRef & cv::GCPUContext::outOpaqueRef ( int 輸出)
保護

◆ outValR()

cv::Scalar & cv::GCPUContext::outValR ( int 輸出)

◆ outVecR()

template<typename T >
std::vector< T > & cv::GCPUContext::outVecR ( int 輸出)
inline

◆ outVecRef()

detail::VectorRef & cv::GCPUContext::outVecRef ( int 輸出)
保護

◆ state()

GArg cv::GCPUContext::state ( )
inline

友元和相關符號文件

◆ gimpl::GCPUExecutable

friend class gimpl::GCPUExecutable
friend

成員資料文件

◆ m_args

std::vector<GArg> cv::GCPUContext::m_args
保護

◆ m_results

std::unordered_map<std::size_t, GRunArgP> cv::GCPUContext::m_results
保護

◆ m_state

GArg cv::GCPUContext::m_state
保護

此類文件由以下檔案生成