OpenCV 4.11.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > > 结构模板参考

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

cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > > 的协作图

结构体  call_and_postprocess
 

静态公有成员函数

静态 void call (GCPUContext &ctx)
 
模板<int... IIs, int... OIs>
静态 void call_impl (cv::GCPUContext &ctx, Impl &impl, detail::Seq< IIs... >, detail::Seq< OIs... >)
 
模板<int... IIs, int... OIs>
静态 void call_impl (GCPUContext &ctx, detail::Seq< IIs... >, detail::Seq< OIs... >)
 
静态 void callFunctor (cv::GCPUContext &ctx, Impl &impl)
 

成员函数文档

◆ call()

模板<typename Impl , typename... Ins, typename... Outs>
静态 void cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call ( GCPUContext & ctx)
内联静态

◆ call_impl() [1/2]

模板<typename Impl , typename... Ins, typename... Outs>
模板<int... IIs, int... OIs>
静态 void cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_impl ( cv::GCPUContext & ctx,
Impl & impl,
detail::Seq< IIs... > ,
detail::Seq< OIs... >  )
内联静态
此函数的调用图如下所示

◆ call_impl() [2/2]

模板<typename Impl , typename... Ins, typename... Outs>
模板<int... IIs, int... OIs>
静态 void cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_impl ( GCPUContext & ctx,
detail::Seq< IIs... > ,
detail::Seq< OIs... >  )
内联静态
此函数的调用图如下所示

◆ callFunctor()

模板<typename Impl , typename... Ins, typename... Outs>
静态 void cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::callFunctor ( cv::GCPUContext & ctx,
Impl & impl )
内联静态

此结构体的文档是从以下文件生成的