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

#include <opencv2/gapi/ocl/goclkernel.hpp>

Collaboration diagram for cv::GOCLContext:

公開メンバ関数

template<typename T >
const T & inArg (int input)
 
const cv::UMatinMat (int input)
 
const cv::ScalarinVal (int input)
 
cv::UMatoutMatR (int output)
 
template<typename T >
T & outOpaqueR (int output)
 
cv::ScalaroutValR (int output)
 
template<typename T >
std::vector< T > & outVecR (int output)
 

限定公開メンバ関数

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

限定公開変数類

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

フレンド

class gimpl::GOCLExecutable
 

メンバ関数詳解

◆ inArg()

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

◆ inMat()

const cv::UMat & cv::GOCLContext::inMat ( int input)

◆ inVal()

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

◆ outMatR()

cv::UMat & cv::GOCLContext::outMatR ( int output)

◆ outOpaqueR()

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

◆ outOpaqueRef()

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

◆ outValR()

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

◆ outVecR()

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

◆ outVecRef()

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

Friends And Related Symbol Documentation

◆ gimpl::GOCLExecutable

friend class gimpl::GOCLExecutable
friend

メンバ変数詳解

◆ m_args

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

◆ m_results

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

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