OpenCV  4.10.0
开放源码计算机视觉
加载中...
搜索中...
无匹配项
| 命名空间 | 类型声明 | 函数
gcomputation.hpp 文件参考
#include <functional>
#include <opencv2/gapi/util/util.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/gproto.hpp>
#include <opencv2/gapi/garg.hpp>
#include <opencv2/gapi/gcompiled.hpp>
#include <opencv2/gapi/gstreaming.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)
 定义计算中的标记岛(子图)。