OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::GCPUContext クラス

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

Collaboration diagram for 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 state ()
 

限定公開メンバ関数

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 output)

◆ outMatR()

cv::Mat & cv::GCPUContext::outMatR ( int output)

◆ outOpaqueR()

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

◆ outOpaqueRef()

detail::OpaqueRef & cv::GCPUContext::outOpaqueRef ( int output)
protected

◆ outValR()

cv::Scalar & cv::GCPUContext::outValR ( int output)

◆ outVecR()

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

◆ outVecRef()

detail::VectorRef & cv::GCPUContext::outVecRef ( int output)
protected

◆ state()

GArg cv::GCPUContext::state ( )
inline

Friends And Related Symbol Documentation

◆ gimpl::GCPUExecutable

friend class gimpl::GCPUExecutable
friend

メンバ変数詳解

◆ m_args

std::vector<GArg> cv::GCPUContext::m_args
protected

◆ m_results

std::unordered_map<std::size_t, GRunArgP> cv::GCPUContext::m_results
protected

◆ m_state

GArg cv::GCPUContext::m_state
protected

このクラス詳解は次のファイルから抽出されました: