🤖
AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
#include <opencv2/gapi/ocl/goclkernel.hpp>
◆ 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()
◆ outValR()
| cv::Scalar & cv::GOCLContext::outValR |
( |
int | output | ) |
|
◆ outVecR()
template<typename T >
| std::vector< T > & cv::GOCLContext::outVecR |
( |
int | output | ) |
|
|
inline |
◆ outVecRef()
◆ 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 |
このクラス詳解は次のファイルから抽出されました: