OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
gcomputation.hpp 文件参考
gcomputation.hpp 的包含依赖图
此图显示直接或间接包含此文件的文件

类  cv::GComputation
 GComputation 类表示捕获的计算图。GComputation 对象构成用户使用 G-API 编写的表达式代码的边界,允许编译和执行它。更多…
 

命名空间

命名空间  cv
 
命名空间  cv::detail
 
命名空间  cv::gapi
 
命名空间  cv::gapi::s11n
 此命名空间包含 G-API 序列化和反序列化函数以及数据结构。
 

类型定义

template<typename... Ts>
using cv::detail::last_type_t = typename last_type<Ts...>::type
 

函数

void cv::gapi::island (const std::string &name, GProtoInputArgs &&ins, GProtoOutputArgs &&outs)
 在计算中定义标记的岛屿(子图)。