OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::GCPUKernel 类参考

#include <opencv2/gapi/cpu/gcpukernel.hpp>

cv::GCPUKernel 的协作图

公共类型

using RunF = std::function<void(GCPUContext &)>
 
using SetupF
 

公共成员函数

 GCPUKernel ()
 
 GCPUKernel (const RunF &runF, const SetupF &setupF=nullptr)
 

公共属性

bool m_isStateful = false
 
RunF m_runF = nullptr
 
SetupF m_setupF = nullptr
 

成员 Typedef 文档

◆ RunF

using cv::GCPUKernel::RunF = std::function<void(GCPUContext &)>

◆ SetupF

初始值
std::function<void(const GMetaArgs &, const GArgs &,
GArg &, const GCompileArgs &)>
std::vector< GCompileArg > GCompileArgs
Definition gcommon.hpp:200
std::vector< GArg > GArgs
Definition garg.hpp:94
std::vector< GMetaArg > GMetaArgs
Definition gmetaarg.hpp:46

构造函数 & 析构函数文档

◆ GCPUKernel() [1/2]

cv::GCPUKernel::GCPUKernel ( )

◆ GCPUKernel() [2/2]

cv::GCPUKernel::GCPUKernel ( const RunF & runF,
const SetupF & setupF = nullptr )

成员数据文档

◆ m_isStateful

bool cv::GCPUKernel::m_isStateful = false

◆ m_runF

RunF cv::GCPUKernel::m_runF = nullptr

◆ m_setupF

SetupF cv::GCPUKernel::m_setupF = nullptr

此类的文档是从以下文件生成的