🤖
AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
#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>
|
| 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... > |
| |
◆ GAPI_FLUID_KERNEL
| #define GAPI_FLUID_KERNEL |
( |
| Name, |
|
|
| API, |
|
|
| Scratch ) |
Value:
Definition gfluidkernel.hpp:418