OpenCV 4.10.0
开源计算机视觉
正在加载...
正在搜索...
没有匹配项
| 命名空间 | 类型定义 | 函数
gproto.hpp 文件参考
#include <type_traits>
#include <vector>
#include <ostream>
#include <opencv2/gapi/util/variant.hpp>
#include <opencv2/gapi/gmat.hpp>
#include <opencv2/gapi/gscalar.hpp>
#include <opencv2/gapi/garray.hpp>
#include <opencv2/gapi/gopaque.hpp>
#include <opencv2/gapi/garg.hpp>
#include <opencv2/gapi/gmetaarg.hpp>
包含依赖关系图 gproto.hpp
此图显示哪些文件直接或间接包含此文件

结构体 cv::GIOProtoArgs< Tag >
 
结构体 cv::In_Tag
 
结构体 cv::Out_Tag
 

命名空间

命名空间 cv
 与磁盘上的文件关联的文件存储的“黑盒”表示。
 
命名空间 cv::detail
 

类型定义

使用 cv::GProtoArg = util::variant< GMat, GMatP, GFrame, GScalar, detail::GArrayU, detail::GOpaqueU >
 
使用 cv::GProtoArgs = std::vector< GProtoArg >
 
使用 cv::GProtoInputArgs = GIOProtoArgs< In_Tag >
 
使用 cv::GProtoOutputArgs = GIOProtoArgs< Out_Tag >
 

函数

bool cv::can_describe (const GMetaArg &meta, const GRunArg &arg)
 
bool cv::can_describe (const GMetaArg &meta, const GRunArgP &argp)
 
bool cv::can_describe (const GMetaArgs &metas, const GRunArgs &args)
 
GMetaArg cv::descr_of (const GRunArg &arg)
 
GMetaArg cv::descr_of (const GRunArgP &argp)
 
GMetaArgs cv::descr_of (const GRunArgs &args)
 
模板<typename... Ts, int... Indexes>
static GProtoOutputArgs cv::detail::getGOut_impl (const std::tuple< Ts... > &ts, detail::Seq< Indexes... >)
 
模板<typename... Ts>
GProtoInputArgs cv::GIn (Ts &&... ts)
 
模板<typename... Ts>
GProtoOutputArgs cv::GOut (const std::tuple< Ts... > &ts)
 
模板<typename... Ts>
GProtoOutputArgs cv::GOut (std::tuple< Ts... > &&ts)
 
模板<typename... Ts>
GProtoOutputArgs cv::GOut (Ts &&... ts)
 
模板<typename Tg >
cv::GIOProtoArgs< Tg > & cv::operator+= (cv::GIOProtoArgs< Tg > &lhs, const cv::GIOProtoArgs< Tg > &rhs)
 
模板<typename... Ts>
GProtoArgs cv::detail::packArgs (Ts... args)
 
void cv::validate_input_arg (const GRunArg &arg)
 
void cv::validate_input_args (const GRunArgs &args)
 
GRunArg cv::value_of (const GOrigin &origin)