OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
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>
gfluidkernel.hpp 的包含依賴關係圖

結構體  cv::detail::callCustomGetBorder< false, Impl >
 
結構體  cv::detail::callCustomGetBorder< true, Impl >
 
結構體  cv::detail::CompileArgTag< GFluidOutputRois >
 
結構體  cv::detail::CompileArgTag< GFluidParallelFor >
 
結構體  cv::detail::CompileArgTag< GFluidParallelOutputRois >
 
結構體  cv::detail::fluid_get_in< T >
 
結構體  cv::detail::fluid_get_in< cv::GArray< U > >
 
結構體  cv::detail::fluid_get_in< cv::GMat >
 
結構體  cv::detail::fluid_get_in< cv::GOpaque< U > >
 
結構體  cv::detail::fluid_get_in< cv::GScalar >
 
結構體  cv::detail::FluidCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... >, UseScratch >
 
結構體  cv::detail::get_border_helper< false, Impl, Ins... >
 
結構體  cv::detail::get_border_helper< true, Impl, Ins... >
 
結構體  cv::detail::get_window_helper< false, Impl, Ins... >
 
結構體  cv::detail::get_window_helper< true, Impl, Ins... >
 
類  cv::GFluidKernel
 
類  cv::GFluidKernelImpl< Impl, K, UseScratch >
 
結構體  cv::GFluidOutputRois
 此結構允許控制 Fluid 後端將在圖中生成的輸出影像區域。更多...
 
結構體  cv::GFluidParallelFor
 此結構允許自定義 Fluid 執行並行區域的方式。更多...
 
結構體  cv::GFluidParallelOutputRois
 此結構強制 Fluid 後端在圖中生成多個並行輸出區域。這些區域並行執行。更多...
 
結構體  cv::detail::has_Window< C, T >
 
結構體  cv::detail::is_gmat_type< T >
 
結構體  cv::detail::scratch_helper< false, Impl, Ins... >
 
結構體  cv::detail::scratch_helper< true, Impl, Ins... >
 

名稱空間

名稱空間  cv
 
名稱空間  cv::detail
 
名稱空間  cv::gapi
 
名稱空間  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 ( 名稱,
API,
Scratch )
struct Name: public cv::GFluidKernelImpl<Name, API, Scratch>
定義 gfluidkernel.hpp:418