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

クラス

struct  cv::detail::GCompoundCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >
 
struct  cv::detail::GCompoundContext
 
class  cv::detail::GCompoundKernel
 
class  cv::detail::GCompoundKernelImpl< Impl, K >
 
struct  cv::detail::get_compound_in< T >
 
struct  cv::detail::get_compound_in< cv::GArray< U > >
 
struct  cv::detail::get_compound_in< cv::GMatP >
 
struct  cv::detail::get_compound_in< cv::GOpaque< U > >
 

名前空間

namespace  cv
 
namespace  cv::detail
 
namespace  cv::gapi
 
namespace  cv::gapi::compound
 

マクロ定義

#define GAPI_COMPOUND_KERNEL(Name, API)
 

関数

cv::gapi::GBackend cv::gapi::compound::backend ()
 

マクロ定義詳解

◆ GAPI_COMPOUND_KERNEL

#define GAPI_COMPOUND_KERNEL ( Name,
API )
Value:
struct Name: public cv::detail::GCompoundKernelImpl<Name, API>
Definition gcompoundkernel.hpp:113

新しい複合カーネルを宣言する。複合カーネルの詳細については、この ドキュメントの章 を参照。

引数
Name新しいカーネルの型名
APIこのカーネルが実装するインターフェース