OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
未找到匹配项
gstreaming.hpp 文件参考
#include <memory>
#include <vector>
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/own/assert.hpp>
#include <opencv2/gapi/util/optional.hpp>
#include <opencv2/gapi/garg.hpp>
#include <opencv2/gapi/streaming/source.hpp>
gstreaming.hpp 的包含依赖关系图
此图显示直接或间接包含此文件的文件

结构体  cv::detail::CompileArgTag< cv::gapi::streaming::queue_capacity >
 
类  cv::GStreamingCompiled
 表示为流式处理编译的计算(图)。更多…
 
结构体  cv::detail::OptRef< RefHolder >::Holder< T >
 
结构体  cv::detail::OptRef< RefHolder >::OptHolder
 
结构体  cv::detail::OptRef< RefHolder >
 
结构体  cv::gapi::streaming::queue_capacity
 指定流式执行的队列容量。更多…
 
结构体  cv::detail::wref_spec< T >
 

命名空间

命名空间  cv
 
命名空间  cv::detail
 
命名空间  cv::gapi
 
命名空间  cv::gapi::streaming
 此命名空间包含与流式执行模式相关的 G-API 函数、结构和符号。
 

类型定义

使用  cv::GOptRunArg
 
使用  cv::GOptRunArgP
 
使用  cv::GOptRunArgs = std::vector<GOptRunArg>
 
使用  cv::GOptRunArgsP = std::vector<GOptRunArgP>
 
模板<class T >
使用  cv::optional = cv::util::optional<T>
 
使用  cv::detail::OptionalOpaqueRef = OptRef<cv::detail::OpaqueRef>
 
使用  cv::detail::OptionalVectorRef = OptRef<cv::detail::VectorRef>
 

函数

模板<typename T , typename... Ts>
GOptRunArgsP cv::gout (optional< T > &arg, optional< Ts > &... args)
 
模板<>
GOptRunArgP cv::detail::wrap_opt_arg (optional< cv::Mat > &m)
 
模板<>
GOptRunArgP cv::detail::wrap_opt_arg (optional< cv::MediaFrame > &f)
 
模板<>
GOptRunArgP cv::detail::wrap_opt_arg (optional< cv::RMat > &m)
 
模板<>
GOptRunArgP cv::detail::wrap_opt_arg (optional< cv::Scalar > &s)
 
模板<typename T >
GOptRunArgP cv::detail::wrap_opt_arg (optional< std::vector< T > > &arg)
 
模板<typename T >
GOptRunArgP cv::detail::wrap_opt_arg (optional< T > &arg)