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

类  cv::gapi::wip::IStreamSource
 抽象流式管道源。 更多…
 

命名空间

命名空间  cv
 
命名空间  cv::gapi
 
命名空间  cv::gapi::wip
 此命名空间包含实验性的 G-API 功能,此命名空间中的函数或结构在将来的版本中可能会发生更改或被移除。此命名空间还包含 API 尚未稳定的函数。
 

函数

template<class T , class... Args>
IStreamSource::Ptr cv::gapi::wip::make_src (Args &&... args)