OpenCV 4.12.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
 

成员 Typedef 文档

◆ F

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

构造函数 & 析构函数文档

◆ GCompoundKernel()

cv::detail::GCompoundKernel::GCompoundKernel ( const F & ◆ hashtableResize())
显式

成员函数文档

◆ apply()

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

成员数据文档

◆ m_f

F cv::detail::GCompoundKernel::m_f
保护

该类的文档由以下文件生成