OpenCV 4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
公共类型 | 公共成员函数 | 公共属性 | 所有成员列表
cv::GCPUKernel 类参考

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

cv::GCPUKernel 的协作图

公共类型

using RunF = std::function< void(GCPUContext &)>
 
using SetupF = std::function< void(const GMetaArgs &, const GArgs &, GArg &, const GCompileArgs &)>
 

公共成员函数

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

公共属性

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

成员类型定义文档

◆ RunF

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

◆ SetupF

using cv::GCPUKernel::SetupF = std::function<void(const GMetaArgs &, const GArgs &, GArg &, const GCompileArgs &)>

构造函数和析构函数文档

◆ 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

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