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

#include <opencv2/gapi/gcompoundkernel.hpp>

cv::detail::GCompoundKernel 的协作图

公共类型

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

公共成员函数

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

受保护的属性

F m_f
 

成员类型定义文档

◆ F

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

构造函数和析构函数文档

◆ GCompoundKernel()

cv::detail::GCompoundKernel::GCompoundKernel ( const F & f)
显式

成员函数文档

◆ apply()

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

成员数据文档

◆ m_f

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

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