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

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

cv::GCPUKernel 的协作图

公共类型

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

公共成员函数

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

公共属性

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

成员类型定义文档

◆ RunF

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

◆ SetupF

初始值
std::function<void(const GMetaArgs &, const GArgs &,
GArg &, const GCompileArgs &)>
std::vector< GCompileArg > GCompileArgs
定义 gcommon.hpp:200
std::vector< GArg > GArgs
定义 garg.hpp:94
std::vector< GMetaArg > GMetaArgs
定义 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

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