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

#include <opencv2/gapi/gcompoundkernel.hpp>

cv::detail::GCompoundKernel 的协作图

公共类型

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

公共成员函数

 GCompoundKernel (const F &f)
 
void apply (GCompoundContext &ctx)
 

受保护的属性

F m_f
 

成员类型定义文档

◆ F

using cv::detail::GCompoundKernel::F = std::function<void(GCompoundContext& ctx)>

构造函数和析构函数文档

◆ GCompoundKernel()

cv::detail::GCompoundKernel::GCompoundKernel ( const F f)
explicit

成员函数文档

◆ apply()

void cv::detail::GCompoundKernel::apply ( GCompoundContext ctx)

成员数据文档

◆ m_f

F cv::detail::GCompoundKernel::m_f
protected

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