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

クラス

struct  cv::detail::callCustomGetBorder< false, Impl >
 
struct  cv::detail::callCustomGetBorder< true, Impl >
 
struct  cv::detail::CompileArgTag< GFluidOutputRois >
 
struct  cv::detail::CompileArgTag< GFluidParallelFor >
 
struct  cv::detail::CompileArgTag< GFluidParallelOutputRois >
 
struct  cv::detail::fluid_get_in< T >
 
struct  cv::detail::fluid_get_in< cv::GArray< U > >
 
struct  cv::detail::fluid_get_in< cv::GMat >
 
struct  cv::detail::fluid_get_in< cv::GOpaque< U > >
 
struct  cv::detail::fluid_get_in< cv::GScalar >
 
struct  cv::detail::FluidCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... >, UseScratch >
 
struct  cv::detail::get_border_helper< false, Impl, Ins... >
 
struct  cv::detail::get_border_helper< true, Impl, Ins... >
 
struct  cv::detail::get_window_helper< false, Impl, Ins... >
 
struct  cv::detail::get_window_helper< true, Impl, Ins... >
 
class  cv::GFluidKernel
 
class  cv::GFluidKernelImpl< Impl, K, UseScratch >
 
struct  cv::GFluidOutputRois
 この構造体により、Fluidバックエンドがグラフ内で生成する出力画像領域を制御できる。 続きを読む...
 
struct  cv::GFluidParallelFor
 この構造体により、Fluidが並列領域を実行する方法をカスタマイズできる。 続きを読む...
 
struct  cv::GFluidParallelOutputRois
 この構造体は、Fluidバックエンドに対してグラフ内で複数の並列出力領域を生成するよう強制する。これらの領域は並列に実行される。 続きを読む...
 
struct  cv::detail::has_Window< C, T >
 
struct  cv::detail::is_gmat_type< T >
 
struct  cv::detail::scratch_helper< false, Impl, Ins... >
 
struct  cv::detail::scratch_helper< true, Impl, Ins... >
 

名前空間

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

マクロ定義

#define GAPI_FLUID_KERNEL(Name, API, Scratch)
 

関数

cv::gapi::GBackend cv::gapi::fluid::backend ()
 Fluidバックエンドへの参照を取得する。
 

マクロ定義詳解

◆ GAPI_FLUID_KERNEL

#define GAPI_FLUID_KERNEL ( Name,
API,
Scratch )
Value:
struct Name: public cv::GFluidKernelImpl<Name, API, Scratch>
Definition gfluidkernel.hpp:418