OpenCV 4.11.0
开源计算机视觉
|
#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>
类 | |
类 | 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) |
在计算中定义标记的岛屿(子图)。 | |