OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
没有匹配项
公有类型 | 公有成员函数 | 保护成员 | 所有成员列表
cv::GPlaidMLKernel 类参考

#include <opencv2/gapi/plaidml/gplaidmlkernel.hpp>

cv::GPlaidMLKernel 的协作图

公有类型

using F = std::function< void(GPlaidMLContext &)>
 

公有成员函数

 GPlaidMLKernel ()=default
 
 GPlaidMLKernel (const F &f)
 
void apply (GPlaidMLContext &ctx) const
 

保护成员

F m_f
 

成员类型定义文档

◆ F

using cv::GPlaidMLKernel::F = std::function<void(GPlaidMLContext &)>

构造函数和析构函数文档

◆ GPlaidMLKernel() [1/2]

cv::GPlaidMLKernel::GPlaidMLKernel ( )
默认

◆ GPlaidMLKernel() [2/2]

cv::GPlaidMLKernel::GPlaidMLKernel ( const F f)
inlineexplicit

成员函数文档

◆ apply()

void cv::GPlaidMLKernel::apply ( GPlaidMLContext ctx) const
inline

成员数据文档

◆ m_f

F cv::GPlaidMLKernel::m_f
protected

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