OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
goclkernel.hpp ファイル
#include <vector>
#include <functional>
#include <map>
#include <unordered_map>
#include <opencv2/core/mat.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/garg.hpp>
Include dependency graph for goclkernel.hpp:
This graph shows which files directly or indirectly include this file:

クラス

struct  cv::detail::OCLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_and_postprocess< Inputs >
 
class  cv::GOCLContext
 
class  cv::GOCLKernel
 
class  cv::GOCLKernelImpl< Impl, K >
 
struct  cv::detail::ocl_get_in< T >
 
struct  cv::detail::ocl_get_in< cv::GArray< U > >
 
struct  cv::detail::ocl_get_in< cv::GFrame >
 
struct  cv::detail::ocl_get_in< cv::GMat >
 
struct  cv::detail::ocl_get_in< cv::GOpaque< U > >
 
struct  cv::detail::ocl_get_in< cv::GScalar >
 
struct  cv::detail::ocl_get_out< cv::GArray< U > >
 
struct  cv::detail::ocl_get_out< cv::GMat >
 
struct  cv::detail::ocl_get_out< cv::GOpaque< U > >
 
struct  cv::detail::ocl_get_out< cv::GScalar >
 
struct  cv::detail::OCLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >
 
struct  cv::detail::tracked_cv_umat
 

名前空間

namespace  cv
 
namespace  cv::detail
 
namespace  cv::gapi
 
namespace  cv::gapi::ocl
 この名前空間にはG-API OpenCLバックエンドの関数、構造体、シンボルが含まれる。
 
namespace  cv::gimpl
 

マクロ定義

#define GAPI_OCL_KERNEL(Name, API)
 

関数

cv::gapi::GBackend cv::gapi::ocl::backend ()
 OCL バックエンドへの参照を取得する。
 
template<typename... Outputs>
void cv::detail::postprocess_ocl (Outputs &... outs)
 

マクロ定義詳解

◆ GAPI_OCL_KERNEL

#define GAPI_OCL_KERNEL ( Name,
API )
Value:
struct Name: public cv::GOCLKernelImpl<Name, API>
Definition goclkernel.hpp:246