OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::GKernel 結構體參考

#include <opencv2/gapi/gkernel.hpp>

cv::GKernel 的協作圖

公共型別

using M = std::function<GMetaArgs(const GMetaArgs &, const GArgs &)>
 

公共屬性

GKinds inKinds
 
std::string name
 
GCtors outCtors
 
GKinds outKinds
 
M outMeta
 
GShapes outShapes
 
std::string tag
 

成員 Typedef 文件

◆ M

using cv::GKernel::M = std::function<GMetaArgs(const GMetaArgs &, const GArgs &)>

成員資料文件

◆ inKinds

GKinds cv::GKernel::inKinds

◆ name

std::string cv::GKernel::name

◆ outCtors

GCtors cv::GKernel::outCtors

◆ outKinds

GKinds cv::GKernel::outKinds

◆ outMeta

M cv::GKernel::outMeta

◆ outShapes

GShapes cv::GKernel::outShapes

◆ tag

std::string cv::GKernel::tag

此結構體的文件由以下檔案生成